Namespace
Module
Methods
Included Modules
- ActionDispatch::Integration::Runner
- ActionDispatch::TestHelpers::PageDumpHelper
- ActionDispatch::Routing::UrlFor
- ActionDispatch::Assertions::RoutingAssertions::WithIntegrationRouting
Instance Public methods
app()
📝 Source code
# File actionpack/lib/action_dispatch/testing/integration.rb, line 683
def app
super || self.class.app
end
🔎 See on GitHub
document_root_element()
📝 Source code
# File actionpack/lib/action_dispatch/testing/integration.rb, line 687
def document_root_element
html_document.root
end
🔎 See on GitHub