mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ts
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: require "tc_.." ..
|
|
## condition: "source.ruby"
|
|
# --
|
|
require "test/unit"
|
|
|
|
require "tc_${1:test_case_file}"
|
|
require "tc_${2:test_case_file}"
|