mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ass
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: assert_select
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
assert_select '${1:path}'${2:, :${3:text} => ${4:'${5:inner_html}'}}${6: do
|
|
$0
|
|
end} |