Skip to content

Commit

Permalink
Fix config.load_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jun 20, 2024
1 parent 813cf8b commit 27199ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rails/mounting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Class.new(Rails::Application) do
config.eager_load = false
config.load_defaults 7.1
config.load_defaults "#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"
config.api_only = true
config.consider_all_requests_local = true
config.hosts << 'example.org'
Expand Down

0 comments on commit 27199ea

Please sign in to comment.