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