This commit is contained in:
Michelle Tilley
2017-03-22 20:30:08 -07:00
committed by Katrina Uychaco
parent d9b73fa645
commit 01175d774c

View File

@@ -333,7 +333,7 @@ describe "AtomEnvironment", ->
spyOn(atom, 'loadState').andReturn(Promise.resolve(null))
spyOn(atom, 'attemptRestoreProjectStateForPaths')
fit "adds the selected folder to the project", ->
it "adds the selected folder to the project", ->
initialPaths = atom.project.setPaths([])
tempDirectory = temp.mkdirSync("a-new-directory")
spyOn(atom, "pickFolder").andCallFake (callback) ->