module ActionDispatch::IntegrationTest::Behavior
Public Instance Methods
app()
click to toggle source
Calls superclass method
# File lib/action_dispatch/testing/integration.rb, line 674 def app super || self.class.app end
document_root_element()
click to toggle source
# File lib/action_dispatch/testing/integration.rb, line 678 def document_root_element html_document.root end