Fix refreshing the spec window.
authorCheng Zhao <zcbenz@gmail.com>
Sun, 22 Jun 2014 06:59:14 +0000 (14:59 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 22 Jun 2014 06:59:14 +0000 (14:59 +0800)
spec/api-app-spec.coffee

index 7449c48..b8b6ecf 100644 (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'