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)

Methods included from Matchers::RenderTemplate

#have_rendered

Methods included from Matchers::RedirectTo

#redirect_to

Instance Method Details

- (Object) app

Delegates to Rails.application.

19
20
21
# File 'lib/rspec/rails/example/request_example_group.rb', line 19
def app
  ::Rails.application
end