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