dotar/vim/snippets/ruby-rspec/shc.snippet
2011-11-17 16:00:49 -06:00

4 lines
80 B
Plaintext
Executable File

lambda do
${1}
end.should change(${2:described_class}, :${3:count}).by(${4:1})