Skip to Content Skip to Search
v7.1.0
module ActionDispatch::IntegrationTest::Behavior
Methods
A
D
Included Modules

Public instance methods

app()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/integration.rb, line 682
def app
  super || self.class.app
end

document_root_element()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/integration.rb, line 686
def document_root_element
  html_document.root
end
Namespace
Definition files