Methods
Instance Public methods
app()
Source:
# File actionpack/lib/action_dispatch/testing/integration.rb, line 646
def app
if defined?(@@app) && @@app
@@app
else
ActionDispatch.test_app
end
end
Source:
# File actionpack/lib/action_dispatch/testing/integration.rb, line 646
def app
if defined?(@@app) && @@app
@@app
else
ActionDispatch.test_app
end
end