Initial commit.
This commit is contained in:
8
vim/snippets/ruby-rspec/it.snippet.orig
Executable file
8
vim/snippets/ruby-rspec/it.snippet.orig
Executable file
@@ -0,0 +1,8 @@
|
||||
<<<<<<< HEAD:ruby-rspec/it.snippet
|
||||
it '${1}' do
|
||||
${2}
|
||||
=======
|
||||
it "${1}" do
|
||||
${2}
|
||||
>>>>>>> 7e58374... Ruby rspec snippets improvements:ruby-rspec/it.snippet
|
||||
end
|
||||
Reference in New Issue
Block a user