diff options
Diffstat (limited to 'test/visitors/test_informix.rb')
-rw-r--r-- | test/visitors/test_informix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_informix.rb b/test/visitors/test_informix.rb index 422da846fe..67b02e0a64 100644 --- a/test/visitors/test_informix.rb +++ b/test/visitors/test_informix.rb @@ -4,7 +4,7 @@ module Arel module Visitors describe 'the informix visitor' do before do - @visitor = Informix.new Table.engine.connection_pool + @visitor = Informix.new Table.engine.connection end it 'uses LIMIT n to limit results' do |