aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_mssql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors/test_mssql.rb')
-rw-r--r--test/visitors/test_mssql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_mssql.rb b/test/visitors/test_mssql.rb
index 21588f53cf..d62d4b8d1f 100644
--- a/test/visitors/test_mssql.rb
+++ b/test/visitors/test_mssql.rb
@@ -4,7 +4,7 @@ module Arel
module Visitors
describe 'the mssql visitor' do
before do
- @visitor = MSSQL.new Table.engine.connection_pool
+ @visitor = MSSQL.new Table.engine.connection
@table = Arel::Table.new "users"
end