mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
Eliminate fixturesProject global. Use project global instead.
This commit is contained in:
committed by
probablycorey
parent
9f7b804a6c
commit
54fc9efdcb
@@ -300,7 +300,7 @@ describe "Snippets extension", ->
|
||||
jasmine.unspy(LoadSnippetsTask.prototype, 'loadTextMateSnippets')
|
||||
snippets.loaded = false
|
||||
task = new LoadSnippetsTask(snippets)
|
||||
task.packages = [Package.build(fixturesProject.resolve('packages/package-with-a-cson-grammar.tmbundle'))]
|
||||
task.packages = [Package.build(project.resolve('packages/package-with-a-cson-grammar.tmbundle'))]
|
||||
task.start()
|
||||
|
||||
waitsFor "CSON snippets to load", 5000, -> snippets.loaded
|
||||
|
||||
Reference in New Issue
Block a user