Skip to content

Commit

Permalink
add missing require to have_enqueued_mail (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusreza authored and JonRowe committed Mar 10, 2020
1 parent c3beb81 commit f7a1d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rspec/rails/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ module Matchers
require 'rspec/rails/matchers/have_http_status'
if RSpec::Rails::FeatureCheck.has_active_job?
require 'rspec/rails/matchers/active_job'
require 'rspec/rails/matchers/have_enqueued_mail'
end

0 comments on commit f7a1d30

Please sign in to comment.