Add snippet itsn for rspec

This commit is contained in:
DSIW 2013-03-07 15:23:08 +01:00
parent fb00219a4c
commit 6a459fdc56

View File

@ -936,7 +936,6 @@ snippet its
its(:${1:method}) { should ${2} } its(:${1:method}) { should ${2} }
snippet itsn snippet itsn
its(:${1:method}) { should_not ${2} } its(:${1:method}) { should_not ${2} }
snippet desc snippet desc
describe ${1:class_name} do describe ${1:class_name} do
${2} ${2}