diff options
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 3b2413e..858bebb 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb | |||
| @@ -15,9 +15,8 @@ Cccms::Application.configure do | |||
| 15 | config.active_support.deprecation = :log | 15 | config.active_support.deprecation = :log |
| 16 | config.active_support.test_order = :sorted | 16 | config.active_support.test_order = :sorted |
| 17 | 17 | ||
| 18 | config.active_record.raise_in_transactional_callbacks = true | ||
| 19 | |||
| 20 | config.eager_load = false | 18 | config.eager_load = false |
| 21 | config.serve_static_files = true | 19 | config.serve_static_files = true |
| 22 | config.static_cache_control = "public, max-age=3600" | 20 | config.static_cache_control = "public, max-age=3600" |
| 21 | config.assets.compile = true | ||
| 23 | end | 22 | end |
