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