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