yasnippet/extras/imported/rails-mode/Unit Tests/assert_difference.yasnippet

9 lines
203 B
Plaintext

# -*- mode: snippet -*-
# key: asd
# contributor: Translated from TextMate Snippet
# name: assert_difference
## condition: "source.ruby"
# --
assert_difference "${1:Model}.${2:count}", ${3:1} do
$0
end