Disable sidekiq logging in test mode (#2962)

这个提交存在于:
Matt Jankowski 2017-05-10 10:16:42 -04:00 提交者 Eugen Rochko
父节点 d142544159
当前提交 fd66f7cdc0

查看文件

@ -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"