Fix refreshing the spec window.
This commit is contained in:
parent
ae3958c997
commit
fe6eac6c7d
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ describe 'app module', ->
|
||||||
assert.equal app.getName(), 'Atom Shell Test App'
|
assert.equal app.getName(), 'Atom Shell Test App'
|
||||||
app.setName 'test-name'
|
app.setName 'test-name'
|
||||||
assert.equal app.getName(), 'test-name'
|
assert.equal app.getName(), 'test-name'
|
||||||
app.setName 'Atom Shell Default App'
|
app.setName 'Atom Shell Test App'
|
||||||
|
|
Loading…
Reference in a new issue