Disable sidekiq logging in test mode (#2962)
这个提交存在于:
父节点
d142544159
当前提交
fd66f7cdc0
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -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"
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用