Add missing space in expected string

This commit is contained in:
Kevin Sawicki 2013-04-03 16:01:17 -07:00
parent b50b2231d6
commit 4f8d51450a

View File

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