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

Instance Method Details

#after_setupObject

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_teardownObject

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_setupObject

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_teardownObject

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