class HTMLProofer::Runner

def load_file(path, source)

def load_file(path, source)
  @html = create_nokogiri(path)
  check_parsed(path, source)
end