Skip to content

Commit

Permalink
Always load the defaults for the current version being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 5, 2024
1 parent 096e9a3 commit 2237b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edgestitch/spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module Dummy
class Application < Rails::Application
config.load_defaults 6.0
config.load_defaults Rails.version[0..2]

config.active_record.schema_format = :sql
end
Expand Down

0 comments on commit 2237b89

Please sign in to comment.