From fe6eac6c7ddf24f0c0575000e621c8057955ee2f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 22 Jun 2014 14:59:14 +0800 Subject: [PATCH] Fix refreshing the spec window. --- spec/api-app-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-app-spec.coffee b/spec/api-app-spec.coffee index 7449c48a0454..b8b6ecf694c6 100644 --- a/spec/api-app-spec.coffee +++ b/spec/api-app-spec.coffee @@ -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'