The solution to all build problems

This commit is contained in:
Corey Johnson
2012-06-01 15:35:38 -07:00
parent c4a75492f4
commit ca4371d9ce
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ describe "FoldSuggester", ->
describe "coffeescript", ->
beforeEach ->
buffer = new Buffer(require.resolve 'fixtures/sample.coffee')
buffer = new Buffer(require.resolve 'fixtures/coffee.coffee')
highlighter = new Highlighter(buffer)
foldSuggester = new FoldSuggester(highlighter)