class GeneratorSpec::Matcher::File

def matches?(root)

def matches?(root)
  unless root.join(@name).exist?
    throw :failure, root.join(@name)
  end
  check_contents(root.join(@name))
end