Module: RSpec::Rails::SetupAndTeardownAdapter Private
- Extended by:
- ActiveSupport::Concern
- Included in:
- FixtureSupport, RailsExampleGroup
- Defined in:
- lib/rspec/rails/adapters.rb
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.
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.
129 130 131 |
# File 'lib/rspec/rails/adapters.rb', line 129 def method_name @example end |