spec/spec_helper.rb in sidekiq-bus-0.5.10 vs spec/spec_helper.rb in sidekiq-bus-0.6.0

- old
+ new

@@ -57,13 +57,13 @@ config.run_all_when_everything_filtered = true config.filter_run focus: true config.alias_example_to :fit, focus: true config.mock_with :rspec do |c| - c.syntax = :should + c.syntax = :expect end config.expect_with :rspec do |c| - c.syntax = :should + c.syntax = :expect end config.before(:each) do reset_test_adapter Sidekiq::Testing.disable!