From 4f8d51450adeba2dc46aa8dc8cc943093c5282d4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 3 Apr 2013 16:01:17 -0700 Subject: [PATCH] Add missing space in expected string --- spec/app/root-view-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/root-view-spec.coffee b/spec/app/root-view-spec.coffee index d8a3eb921..2651a45f6 100644 --- a/spec/app/root-view-spec.coffee +++ b/spec/app/root-view-spec.coffee @@ -178,7 +178,7 @@ describe "RootView", -> it "update the title to contain the project's path", -> rootView.getActivePane().remove() expect(rootView.getActivePaneItem()).toBeUndefined() - expect(rootView.title).toBe "atom -#{project.getPath()}" + expect(rootView.title).toBe "atom - #{project.getPath()}" describe "when an inactive pane's item changes", -> it "does not update the title", ->