dotar/vim/snippets/ruby-rspec/it.snippet.orig
2011-11-17 16:00:49 -06:00

9 lines
160 B
Plaintext
Executable File

<<<<<<< HEAD:ruby-rspec/it.snippet
it '${1}' do
${2}
=======
it "${1}" do
${2}
>>>>>>> 7e58374... Ruby rspec snippets improvements:ruby-rspec/it.snippet
end