mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Add atom prefix to config reference
This commit is contained in:
parent
dbe3399016
commit
d2369e94c8
@ -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", ->
|
||||||
|
Loading…
Reference in New Issue
Block a user