Temp. silence deprecation warnings in test env

Give Travis CI a break.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2160/head
Alex Coles 10 years ago
parent 6e6421f0ff
commit d4444cfe5e
  1. 2
      config/environments/test.rb

@ -65,7 +65,7 @@ OpenProject::Application.configure do
config.active_record.mass_assignment_sanitizer = :strict config.active_record.mass_assignment_sanitizer = :strict
# Print deprecation notices to the stderr # Print deprecation notices to the stderr
config.active_support.deprecation = :stderr config.active_support.deprecation = :silence
# we use per process memory for caching in the test environment # we use per process memory for caching in the test environment
config.cache_store = :memory_store config.cache_store = :memory_store

Loading…
Cancel
Save