特定用途向けassert
必要な情報を出すため

  ok(File.exist?(path))
  ↓
  assert_path_exist(path)
pathはなに?