diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 4e5057dd7..645996dce 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -26,6 +26,9 @@ Rails.application.configure do # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false + # Disable sessions verifications in test environment. + config.redmine_verify_sessions = false + # Print deprecation notices to stderr and the Rails logger. config.active_support.deprecation = [:stderr, :log] |