Browse Source

Disable sidekiq logging in test mode (#2962)

closed-social-glitch-2
Matt Jankowski 7 years ago
committed by Eugen Rochko
parent
commit
fd66f7cdc0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      spec/rails_helper.rb

+ 1
- 0
spec/rails_helper.rb View File

@ -14,6 +14,7 @@ Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
ActiveRecord::Migration.maintain_test_schema!
WebMock.disable_net_connect!
Sidekiq::Testing.inline!
Sidekiq::Logging.logger = nil
RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"

Loading…
Cancel
Save