mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/ruby-rspec/shc.snippet

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})