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

#render_template

Methods included from Matchers::RedirectTo

#redirect_to

Methods included from Matchers

#be_a_new, #be_new_record

Methods included from TestUnitAssertionAdapter

#assertion_delegator

Methods included from SetupAndTeardownAdapter

#method_name

Instance Method Details

#appObject



11
12
13
# File 'lib/rspec/rails/example/request_example_group.rb', line 11

def app
  ::Rails.application
end