Remove unused variable that causes specs to fail

This commit is contained in:
Corey Johnson 2012-10-09 16:31:27 -07:00
parent 8ce6810179
commit 6b5c3dc1cf

View File

@ -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)", ->