logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: fd66f7cdc0931a67a2e24d887fb79f44fc42e2bc
parent: d142544159dee7a93e31c886737e12c5bca8844a
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Wed, 10 May 2017 10:16:42 -0400

Disable sidekiq logging in test mode (#2962)


Diffstat:

Mspec/rails_helper.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb @@ -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"