aboutsummaryrefslogtreecommitdiffstats
path: root/test/collectors/test_bind_collector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/collectors/test_bind_collector.rb')
-rw-r--r--test/collectors/test_bind_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/collectors/test_bind_collector.rb b/test/collectors/test_bind_collector.rb
index da55244a82..fc7df2fc45 100644
--- a/test/collectors/test_bind_collector.rb
+++ b/test/collectors/test_bind_collector.rb
@@ -20,7 +20,7 @@ module Arel
def ast_with_binds bv
table = Table.new(:users)
- manager = Arel::SelectManager.new Table.engine, table
+ manager = Arel::SelectManager.new table
manager.where(table[:age].eq(bv))
manager.where(table[:name].eq(bv))
manager.ast