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

4 lines
65 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
lambda do
${1}
end.should_not change(${2:target}, :${3:method})