Skip to content

Commit

Permalink
initialize with instance method
Browse files Browse the repository at this point in the history
  • Loading branch information
mclark authored Apr 4, 2022
1 parent 71d3be1 commit 91c4c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rails_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def self.skeleton(*path)
config.logger = Logger.new(STDOUT)
end

T.cast(Dummy, Rails::Application).initialize!
Rails.application.initialize!

0 comments on commit 91c4c14

Please sign in to comment.