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 c2b941d commit d9199e3Copy full SHA for d9199e3
spec/flipper/adapters/active_record_spec.rb
@@ -94,7 +94,7 @@
94
95
context "ActiveRecord connection_pool" do
96
before do
97
- ActiveRecord::Base.connection_handler.clear_active_connections!
+ ActiveRecord::Base.connection_handler.clear_active_connections!(:all)
98
end
99
100
context "#features" do
@@ -300,7 +300,7 @@
300
301
302
it 'does not hold onto connections during write operations' do
303
304
305
abstract_class.connected_to(role: :reading) do
306
flipper = Flipper.new(adapter_with_roles)
0 commit comments