refute_file(path)
Refutes path exists
# File lib/rdoc/test_case.rb, line 77 def refute_file path refute File.exist?(path), "#{path} exists" end