💄 Fix typos in specs.

This commit is contained in:
Cheng Zhao
2013-10-21 22:23:22 +08:00
parent 0a561643a9
commit 017c3315d2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{fs} = require 'atom'
path = require 'path'
temp = require 'temp'
installer = require '../src/command-installer'

View File

@@ -225,7 +225,7 @@ describe "Config", ->
updatedHandler = null
beforeEach ->
config.configDirPath = 'dotAtomPath'
config.configDirPath = dotAtomPath
config.configFilePath = path.join(config.configDirPath, "config.cson")
expect(fs.exists(config.configDirPath)).toBeFalsy()
fs.writeSync(config.configFilePath, "foo: bar: 'baz'")