Add atom prefix to config reference

This commit is contained in:
Kevin Sawicki 2013-11-20 09:49:17 -08:00
parent dbe3399016
commit d2369e94c8

View File

@ -112,7 +112,7 @@ describe "Config", ->
beforeEach -> beforeEach ->
spyOn(nodeFs, 'writeFileSync') spyOn(nodeFs, 'writeFileSync')
jasmine.unspy config, 'save' jasmine.unspy atom.config, 'save'
describe "when ~/.atom/config.json exists", -> describe "when ~/.atom/config.json exists", ->
it "writes any non-default properties to ~/.atom/config.json", -> it "writes any non-default properties to ~/.atom/config.json", ->