mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Ensure that ActiveSupport warnings are being printed during tests
This commit is contained in:
parent
fab4f02da3
commit
7dfbc5e0c2
1 changed files with 1 additions and 0 deletions
|
@ -62,4 +62,5 @@ RSpec.configure do |config|
|
|||
config.include UnitTests::Matchers
|
||||
end
|
||||
|
||||
ActiveSupport::Deprecation.behavior = :stderr
|
||||
$VERBOSE = true
|
||||
|
|
Loading…
Add table
Reference in a new issue