aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_ibm_db.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors/test_ibm_db.rb')
-rw-r--r--test/visitors/test_ibm_db.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_ibm_db.rb b/test/visitors/test_ibm_db.rb
index cc35bb768d..90008ba05e 100644
--- a/test/visitors/test_ibm_db.rb
+++ b/test/visitors/test_ibm_db.rb
@@ -4,7 +4,7 @@ module Arel
module Visitors
describe 'the ibm_db visitor' do
before do
- @visitor = IBM_DB.new Table.engine
+ @visitor = IBM_DB.new Table.engine.connection_pool
end
it 'uses FETCH FIRST n ROWS to limit results' do