Module: RSpec::Rails::MailerExampleGroup::ClassMethods Private
- Defined in:
- lib/rspec/rails/example/mailer_example_group.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Class-level DSL for mailer specs.
Instance Method Summary collapse
-
#mailer_class ⇒ Object
private
Alias for
described_class
.
Instance Method Details
#mailer_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Alias for described_class
.
30 31 32 |
# File 'lib/rspec/rails/example/mailer_example_group.rb', line 30 def mailer_class described_class end |