Set atom.workspace in Workspace spec

This commit is contained in:
probablycorey
2014-04-04 10:26:36 -07:00
parent d8f0743888
commit 915cad39e8

View File

@@ -5,7 +5,7 @@ describe "Workspace", ->
beforeEach ->
atom.project.setPath(atom.project.resolve('dir'))
workspace = new Workspace
atom.workspace = workspace = new Workspace
describe "::open(uri, options)", ->
beforeEach ->