Skip to content

Commit 6a4095c

Browse files
committed
Fixes #100
1 parent 5f94d69 commit 6a4095c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.standard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ruby_version: 2.5
12
ignore:
23
- 'vendor/bundle/**/*'
34
- 'example/node_modules/**/*'

lib/cypress-rails/manages_transactions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def setup_shared_connection_pool
7171
@legacy_saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
7272
@saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
7373

74-
ActiveRecord::TestFixtures.instance_method(:setup_shared_connection_pool).bind_call(self)
74+
ActiveRecord::TestFixtures.instance_method(:setup_shared_connection_pool).bind(self).call
7575
end
7676
end
7777
end

0 commit comments

Comments
 (0)