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", ->