method
app
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::IntegrationTest::Behavior::ClassMethods
app()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 665
def app
if defined?(@@app) && @@app
@@app
else
ActionDispatch.test_app
end
end