From adc94af1f4923b1c1daf23e7e8307f4d57c83fe8 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sun, 23 Nov 2008 08:16:04 -0600 Subject: [PATCH] Remove "should" from "it" snippet - lots of folks write good sentences without it and there is no need to force it. --- Snippets/It.tmSnippet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Snippets/It.tmSnippet b/Snippets/It.tmSnippet index e3de60588..e4f365247 100644 --- a/Snippets/It.tmSnippet +++ b/Snippets/It.tmSnippet @@ -1,9 +1,9 @@ - + content - it "${2:should ${1:description}}" ${3:do + it "${1:behaviour}"${2: do $0 end} name