We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dbf1d commit 21286f1Copy full SHA for 21286f1
lib/rspec/rails/matchers/have_enqueued_mail.rb
@@ -6,6 +6,7 @@ module Rails
6
module Matchers
7
# Matcher class for `have_enqueued_mail`. Should not be instantiated directly.
8
#
9
+ # rubocop: disable Style/ClassLength
10
# @private
11
# @see RSpec::Rails::Matchers#have_enqueued_mail
12
class HaveEnqueuedMail < RSpec::Matchers::BuiltIn::BaseMatcher
@@ -160,6 +161,7 @@ def mail_job_message(job)
160
161
"#{mailer_method} #{msg_parts.join(', ')}".strip
162
end
163
164
+ # rubocop: enable Style/ClassLength
165
166
# @api public
167
# Passes if an email has been enqueued inside block.
0 commit comments