make rspec section definiton comment more readable

This commit is contained in:
babybeasimple 2013-06-23 14:18:05 +04:00
parent 673415f2d0
commit c3403b2daa

View File

@ -947,7 +947,9 @@ snippet tre
${3}
snippet tref
t.references :${1:model}
#rspec
########################################
# Rspec snippets - see below #
########################################
snippet it
it "${1:spec_name}" do
${2}