diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 417a4f4..995274c 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -936,7 +936,6 @@ snippet its its(:${1:method}) { should ${2} } snippet itsn its(:${1:method}) { should_not ${2} } - snippet desc describe ${1:class_name} do ${2}