mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove unused variable that causes specs to fail
This commit is contained in:
parent
8ce6810179
commit
6b5c3dc1cf
@ -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)", ->
|
||||
|
Loading…
Reference in New Issue
Block a user