diff --git a/test/test_helper.rb b/test/test_helper.rb index 4203099..87c5c92 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -8,6 +8,8 @@ class ActiveSupport::TestCase include GlobalHelpers + ActiveRecord::Base.logger.silence + # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # # Note: You'll currently still have to declare fixtures explicitly in integration tests