Skip to content

Commit

Permalink
Ensure that ActiveSupport warnings are being printed during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Dec 25, 2014
1 parent fab4f02 commit 7dfbc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ def run(*); end
config.include UnitTests::Matchers
end

ActiveSupport::Deprecation.behavior = :stderr
$VERBOSE = true

0 comments on commit 7dfbc5e

Please sign in to comment.