Skip to content

Commit

Permalink
Merge pull request rails#49482 from skipkayhil/hm-6-1-fix-railties-test
Browse files Browse the repository at this point in the history
Fix test failing because minitest is required
  • Loading branch information
rafaelfranca authored Oct 4, 2023
2 parents 90b0266 + 65a5ce6 commit 1540cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/test/isolation/abstract_unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def build_app(options = {})
config.session_store :cookie_store, key: "_myapp_session"
config.active_support.deprecation = :log
config.action_controller.allow_forgery_protection = false
config.turbolinks.auto_include = false
RUBY
end

Expand Down

0 comments on commit 1540cb3

Please sign in to comment.