Skip to content

Commit

Permalink
Fix deprecation warning for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 8, 2024
1 parent 623867a commit e6db6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/flipper/adapters/active_record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

context "ActiveRecord connection_pool" do
before do
ActiveRecord::Base.clear_active_connections!
ActiveRecord::Base.connection_handler.clear_active_connections!
end

context "#features" do
Expand Down

0 comments on commit e6db6f9

Please sign in to comment.