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 pirj committed Jun 29, 2020
1 parent eacab61 commit 1e21819
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 1e21819

Please sign in to comment.