From 3dcad3b3cd2e913f6a9ba696c79d997af7551812 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Tue, 15 Sep 2020 08:46:32 -0400 Subject: [PATCH] Move test/integration/parse_tree_visitor_test.rb to test/unit The ParseTreeVisitor exposes the liquid internals that won't be kept compatible with liquid-c, so move it out of the integration tests directory so that we can easily ignore it when testing liquid-c --- test/{integration => unit}/parse_tree_visitor_test.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{integration => unit}/parse_tree_visitor_test.rb (100%) diff --git a/test/integration/parse_tree_visitor_test.rb b/test/unit/parse_tree_visitor_test.rb similarity index 100% rename from test/integration/parse_tree_visitor_test.rb rename to test/unit/parse_tree_visitor_test.rb