Commit 04974017d5abed68bc7e607797bcb81457ba27ad
1 parent
123a3683
Exists in
master
and in
2 other branches
Use VERBOSE for notifications in tests [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -38,7 +38,7 @@ I18n.config.enforce_available_locales = true |
38 | 38 | ActiveJob::Base.logger = $logger |
39 | 39 | ActiveJob::Base.queue_adapter = :test |
40 | 40 | |
41 | -ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["NOTIFICATIONS"] | |
41 | +ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"] | |
42 | 42 | |
43 | 43 | if defined?(Mongoid) |
44 | 44 | require_relative "support/mongoid" | ... | ... |