This commit is contained in:
Kevin Sawicki
2015-05-08 13:33:30 -07:00
parent 02d1e0be56
commit 2c23d6f3ab

View File

@@ -9,7 +9,7 @@ return if process.env.TRAVIS
fs = require "fs"
path = require "path"
temp = require("temp").track()
runAtom = require("./helpers/start-atom")
runAtom = require "./helpers/start-atom"
describe "Starting Atom", ->
[tempDirPath, otherTempDirPath, atomHome] = []