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)
- - (Object) method_name private
Instance Method Details
- (Object) method_name
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.
110 111 112 |
# File 'lib/rspec/rails/adapters.rb', line 110 def method_name @example end |