Skip to content

Commit

Permalink
Merge pull request #2348 from rspec/drop-redundant-check
Browse files Browse the repository at this point in the history
Remove redundant check
  • Loading branch information
JonRowe committed May 27, 2020
2 parents 8310395 + 8c2620c commit aa0cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/rails/matchers/active_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.find(_id)
end

RSpec.describe "ActiveJob matchers", skip: !RSpec::Rails::FeatureCheck.has_active_job? do
include ActiveSupport::Testing::TimeHelpers if defined?(ActiveSupport::Testing::TimeHelpers)
include ActiveSupport::Testing::TimeHelpers

around do |example|
original_logger = ActiveJob::Base.logger
Expand Down

0 comments on commit aa0cd35

Please sign in to comment.