# File lib/adaptation/test/test_help.rb, line 212 def assert_file_not_present file error = build_message error, "? shouldn't exist", file assert_block error do !File.exists?(file) end end