Add snippet itsn for rspec
This commit is contained in:
parent
fb00219a4c
commit
6a459fdc56
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user