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

- (Object) after_setup

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

- (Object) after_teardown

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

- (Object) before_setup

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

- (Object) before_teardown

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