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
Methods included from TestUnitAssertionAdapter
Methods included from SetupAndTeardownAdapter
Instance Method Details
#app ⇒ Object
11 12 13 |
# File 'lib/rspec/rails/example/request_example_group.rb', line 11 def app ::Rails.application end |