mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Set atom.workspace in Workspace spec
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user