instance method
document_root_element
Ruby on Rails 5.2.8.1
Since v4.2.9 PrivateSignature
document_root_element()
No documentation comment.
Source
# File actionpack/lib/action_controller/test_case.rb, line 613
def document_root_element
html_document.root
end
Defined in actionpack/lib/action_controller/test_case.rb line 613
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TestCase::Behavior