Module: RSpec::Rails::IntegrationExampleGroup::InstanceMethods
- Defined in:
- lib/rspec/rails/example/integration_example_group.rb
Instance Method Summary collapse
Instance Method Details
#app ⇒ Object
16 17 18 |
# File 'lib/rspec/rails/example/integration_example_group.rb', line 16 def app ::Rails.application end |
#last_response ⇒ Object
20 21 22 |
# File 'lib/rspec/rails/example/integration_example_group.rb', line 20 def last_response page end |