class method
self.app
Ruby on Rails 4.2.9
Since v3.0.20 Last seen in v4.2.9Signature
self.app()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 493
def self.app
@@app || ActionDispatch.test_app
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 493
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::IntegrationTest