Initial commit.
This commit is contained in:
3
vim/snippets/ruby-rspec/shnc.snippet
Executable file
3
vim/snippets/ruby-rspec/shnc.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
lambda do
|
||||
${1}
|
||||
end.should_not change(${2:target}, :${3:method})
|
||||
Reference in New Issue
Block a user