Module: RSpec::Rails::SetupAndTeardownAdapter
- Extended by:
- ActiveSupport::Concern
- Included in:
- FixtureSupport, RailsExampleGroup
- Defined in:
- lib/rspec/rails/adapters.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
- #method_name ⇒ Object private
Instance Method Details
#method_name ⇒ 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.
67 68 69 |
# File 'lib/rspec/rails/adapters.rb', line 67 def method_name @example end |