dotar/vim/snippets/ruby-rspec/shc.snippet

4 lines
80 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
lambda do
${1}
end.should change(${2:described_class}, :${3:count}).by(${4:1})