Module: RSpec::Rails::IntegrationExampleGroup

Extended by:
ActiveSupport::Concern
Includes:
ActionDispatch::Assertions, ActionDispatch::Integration::Runner, Capybara::DSL, Matchers, TestUnitAssertionAdapter
Defined in:
lib/forge/spec/support/integration_example_group.rb

Instance Method Summary collapse

Instance Method Details

#appObject



15
16
17
# File 'lib/forge/spec/support/integration_example_group.rb', line 15

def app
  ::Rails.application
end

#last_responseObject



19
20
21
# File 'lib/forge/spec/support/integration_example_group.rb', line 19

def last_response
  page
end