From 6a459fdc56a7dc8f0f8dc2618208125e900a3916 Mon Sep 17 00:00:00 2001 From: DSIW Date: Thu, 7 Mar 2013 15:23:08 +0100 Subject: [PATCH] Add snippet itsn for rspec --- snippets/ruby.snippets | 1 - 1 file changed, 1 deletion(-) 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}