aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_select_manager.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_select_manager.rb')
-rw-r--r--test/test_select_manager.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_select_manager.rb b/test/test_select_manager.rb
index 119ad3ec4f..3d43ecfc11 100644
--- a/test/test_select_manager.rb
+++ b/test/test_select_manager.rb
@@ -42,6 +42,10 @@ module Arel
@engine.connection.tables
end
+ def visitor
+ @engine.connection.visitor
+ end
+
def execute sql, name = nil, *args
@executed << sql
end