diff options
Diffstat (limited to 'config/environments/test_pgsql.rb')
-rw-r--r-- | config/environments/test_pgsql.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 7c821da07..470a7331d 100644 --- a/config/environments/test_pgsql.rb +++ b/config/environments/test_pgsql.rb @@ -15,3 +15,8 @@ config.action_controller.perform_caching = false config.action_mailer.perform_deliveries = true config.action_mailer.delivery_method = :test + +config.action_controller.session = { + :session_key => "_test_session", + :secret => "some secret phrase for the tests." +} |