Namespace
Module
Methods
Included Modules
Instance Public methods
app()
Source:
# File actionpack/lib/action_dispatch/testing/integration.rb, line 672
def app
super || self.class.app
end
document_root_element()
Source:
# File actionpack/lib/action_dispatch/testing/integration.rb, line 676
def document_root_element
html_document.root
end