From 963ca860d579a507effbe818da0c89bf443f33c9 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 29 Nov 2010 14:38:45 -0800 Subject: adding unary node --- test/visitors/test_depth_first.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/visitors/test_depth_first.rb') diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb index 32778f7d4b..8d637c7d75 100644 --- a/test/visitors/test_depth_first.rb +++ b/test/visitors/test_depth_first.rb @@ -130,6 +130,9 @@ module Arel @visitor.accept stmt assert_equal [:a, :b, stmt.columns, :c, stmt], @collector.calls end + + def test_offset + end end end end -- cgit v1.2.3