Module: RSpec::Rails::RequestExampleGroup
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActionController::TemplateAssertions, ActionDispatch::Assertions, ActionDispatch::Integration::Runner, ActionDispatch::IntegrationTest::Behavior, Matchers::RedirectTo, Matchers::RenderTemplate, RailsExampleGroup
- Defined in:
- lib/rspec/rails/example/request_example_group.rb
Overview
Container class for request spec functionality.
Instance Method Summary collapse
-
#app ⇒ Object
Delegates to
Rails.application
.
Methods included from Matchers::RenderTemplate
Methods included from Matchers::RedirectTo
Methods included from Matchers
#be_a_new, #be_new_record, #be_valid, #have_been_enqueued, #have_enqueued_job, #have_http_status
Instance Method Details
#app ⇒ Object
Delegates to Rails.application
.
19 20 21 |
# File 'lib/rspec/rails/example/request_example_group.rb', line 19 def app ::Rails.application end |