Skip to content

Commit fd9b792

Browse files
committed
add missing require to have_enqueued_mail
1 parent b4a2682 commit fd9b792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rspec/rails/matchers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ module Matchers
2222
require 'rspec/rails/matchers/have_http_status'
2323
if RSpec::Rails::FeatureCheck.has_active_job?
2424
require 'rspec/rails/matchers/active_job'
25+
require 'rspec/rails/matchers/have_enqueued_mail'
2526
end

0 commit comments

Comments
 (0)