Module: RSpec::Rails::RequestExampleGroup
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActionController::TemplateAssertions, ActionDispatch::Assertions, ActionDispatch::Integration::Runner, Matchers::RedirectTo, Matchers::RenderTemplate, RailsExampleGroup
- Defined in:
- lib/rspec/rails/example/request_example_group.rb
Instance Method Summary (collapse)
Methods included from Matchers::RenderTemplate
Methods included from Matchers::RedirectTo
Methods included from Matchers
#be_a_new, #be_new_record, #be_valid
Methods included from MinitestLifecycleAdapter
#after_setup, #after_teardown, #before_setup, #before_teardown
Methods included from SetupAndTeardownAdapter
Instance Method Details
- (Object) app
11 12 13 |
# File 'lib/rspec/rails/example/request_example_group.rb', line 11 def app ::Rails.application end |