class Rails::Dom::Testing::Assertions::SelectorAssertions::HTMLSelector

def selecting_no_body? # :nodoc:

:nodoc:
def selecting_no_body? # :nodoc:
  # Nokogiri gives the document a body element. Which means we can't
  # run an assertion expecting there to not be a body.
  @selector == "body" && @tests[:count] == 0
end