Skip to content

Commit

Permalink
Fix config.load_defaults in railtie_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jun 20, 2024
1 parent 27199ea commit aff53bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rails/railtie_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
let(:test_app) do
Class.new(Rails::Application) do
config.eager_load = false
config.load_defaults 7.1
config.load_defaults "#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"
end
end

Expand Down

0 comments on commit aff53bd

Please sign in to comment.