Skip to content

Commit 99cac0e

Browse files
author
Joel Lubrano
committed
Correct private YARD doc on RSpec::Rails::Matchers::HaveEnqueuedJob
1 parent e389d1e commit 99cac0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rspec/rails/matchers/have_enqueued_mail.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
module RSpec
44
module Rails
55
module Matchers
6-
# @api private
7-
#
86
# Matcher class for `have_enqueued_mail`. Should not be instantiated directly.
97
#
8+
# @private
109
# @see RSpec::Rails::Matchers#have_enqueued_mail
1110
class HaveEnqueuedMail < RSpec::Matchers::BuiltIn::BaseMatcher
1211
include RSpec::Mocks::ExampleMethods

0 commit comments

Comments
 (0)