Module: RSpec::Rails::MinitestLifecycleAdapter Private
- Extended by:
- ActiveSupport::Concern
- Included in:
- FixtureSupport, RailsExampleGroup
- Defined in:
- lib/rspec/rails/adapters.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.
Adapts example groups for Minitest::Test::LifecycleHooks
Instance Method Summary collapse
- #after_setup ⇒ Object private
- #after_teardown ⇒ Object private
- #before_setup ⇒ Object private
- #before_teardown ⇒ Object private
Instance Method Details
#after_setup ⇒ 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.
77 78 |
# File 'lib/rspec/rails/adapters.rb', line 77 def after_setup end |
#after_teardown ⇒ 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.
83 84 |
# File 'lib/rspec/rails/adapters.rb', line 83 def after_teardown end |
#before_setup ⇒ 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.
74 75 |
# File 'lib/rspec/rails/adapters.rb', line 74 def before_setup end |
#before_teardown ⇒ 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.
80 81 |
# File 'lib/rspec/rails/adapters.rb', line 80 def before_teardown end |