# File lib/adaptation/test/test_help.rb, line 202
  def assert_file_present file
    error = build_message error,
            "? not found",
            file
    assert_block error do
      File.exists?(file)
    end
  end