Skip to content
Snippets Groups Projects
Commit fd66f7cd authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen Rochko
Browse files

Disable sidekiq logging in test mode (#2962)

parent d1425441
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment