assert_file(path)
Asserts path is a file
# File lib/rdoc/test_case.rb, line 63 def assert_file path assert File.file?(path), "#{path} is not a file" end