From 6b5c3dc1cfc1ec48331b531417fd2db922c4bb6d Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 9 Oct 2012 16:31:27 -0700 Subject: [PATCH] Remove unused variable that causes specs to fail --- spec/app/text-mate-grammar-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/app/text-mate-grammar-spec.coffee b/spec/app/text-mate-grammar-spec.coffee index a6bfa90ee..c793dd386 100644 --- a/spec/app/text-mate-grammar-spec.coffee +++ b/spec/app/text-mate-grammar-spec.coffee @@ -8,7 +8,6 @@ describe "TextMateGrammar", -> grammar = null beforeEach -> - coffeePlist = fs.read(require.resolve 'CoffeeScriptBundle.tmbundle/Syntaxes/CoffeeScript.tmLanguage') grammar = TextMateBundle.grammarForFileName("hello.coffee") describe ".getLineTokens(line, currentRule)", ->