Skip to content

Commit

Permalink
Merge pull request #36 from umeda-rizap/rails_root
Browse files Browse the repository at this point in the history
Configure Rails.root to be test app dir
  • Loading branch information
amatsuda authored Jan 6, 2024
2 parents 9e288bc + b5a6db0 commit b099832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fake_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Application < Rails::Application
config.session_store :cookie_store, :key => '_myapp_session'
config.active_support.deprecation = :log
config.eager_load = false
config.root = __dir__
end
end
ActionArgsTestApp::Application.initialize!
Expand Down

0 comments on commit b099832

Please sign in to comment.