Fix refreshing the spec window.

This commit is contained in:
Cheng Zhao 2014-06-22 14:59:14 +08:00
parent ae3958c997
commit fe6eac6c7d

View file

@ -22,4 +22,4 @@ describe 'app module', ->
assert.equal app.getName(), 'Atom Shell Test App'
app.setName 'test-name'
assert.equal app.getName(), 'test-name'
app.setName 'Atom Shell Default App'
app.setName 'Atom Shell Test App'