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}