mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
💄 Fix typos in specs.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{fs} = require 'atom'
|
||||
path = require 'path'
|
||||
temp = require 'temp'
|
||||
installer = require '../src/command-installer'
|
||||
|
||||
|
||||
@@ -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'")
|
||||
|
||||
Reference in New Issue
Block a user