Skip to content

Commit

Permalink
Use config.secret_key_base in test_helper instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed May 10, 2024
1 parent 45a7e86 commit ee3d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def silence_warnings
class TestApp < Rails::Application
config.root = __dir__
config.session_store :cookie_store, key: "cookie_store_key"
secrets.secret_key_base = "secret_key_base"
config.secret_key_base = "secret_key_base"
config.eager_load = false
config.hosts = []

Expand Down

0 comments on commit ee3d983

Please sign in to comment.