Skip to Content Skip to Search

module ActionDispatch::IntegrationTest::Behavior

Inherits From

Public instance methods

Source code GitHub
# File actionpack/lib/action_dispatch/testing/integration.rb, line 683
def app
  super || self.class.app
end
Source code GitHub
# File actionpack/lib/action_dispatch/testing/integration.rb, line 687
def document_root_element
  html_document.root
end

Namespace

Definition files