Skip to content

Commit

Permalink
remove 'legacy_connection_handling' configuration from config/applica…
Browse files Browse the repository at this point in the history
…tion.rb since it's deprecated and broke the test
  • Loading branch information
otorain committed Dec 29, 2023
1 parent 7a8e1d1 commit 00074d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ class Application < Rails::Application

# Don't generate system test files.
config.generators.system_tests = nil

# Disable legacy_connection_handling
config.active_record.legacy_connection_handling = false
end
end

0 comments on commit 00074d4

Please sign in to comment.