module Rails::Dom::Testing::Assertions::SelectorAssertions

def document_root_element

def document_root_element
  raise NotImplementedError, "Implementing document_root_element makes " \
    "assert_dom work without needing to specify an element to select from."
end