We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f94d69 commit 6a4095cCopy full SHA for 6a4095c
.standard.yml
@@ -1,3 +1,4 @@
1
+ruby_version: 2.5
2
ignore:
3
- 'vendor/bundle/**/*'
4
- 'example/node_modules/**/*'
lib/cypress-rails/manages_transactions.rb
@@ -71,7 +71,7 @@ def setup_shared_connection_pool
71
@legacy_saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
72
@saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
73
74
- ActiveRecord::TestFixtures.instance_method(:setup_shared_connection_pool).bind_call(self)
+ ActiveRecord::TestFixtures.instance_method(:setup_shared_connection_pool).bind(self).call
75
end
76
77
0 commit comments