Files
vim/.vim_runtime/sources_non_forked/snipmate-snippets/ruby-rspec/shc.snippet
2016-12-27 19:38:56 -07:00

4 lines
117 B
Plaintext

lambda do
${1}
end.should change(${2:target}, :${3:method}).from(${4:old_value}).to(${5:new_value}).by(${6:change})