Ensure that ActiveSupport warnings are being printed during tests

This commit is contained in:
Elliot Winkler 2014-12-24 16:46:10 -05:00
parent fab4f02da3
commit 7dfbc5e0c2
1 changed files with 1 additions and 0 deletions

View File

@ -62,4 +62,5 @@ RSpec.configure do |config|
config.include UnitTests::Matchers
end
ActiveSupport::Deprecation.behavior = :stderr
$VERBOSE = true