Update spec description

This commit is contained in:
probablycorey
2013-12-11 14:48:12 -08:00
parent 4bfcdf4d5b
commit 115203cbd2

View File

@@ -421,7 +421,7 @@ describe "Pane", ->
view2.trigger 'title-changed'
expect(activeItemTitleChangedHandler).toHaveBeenCalled()
describe "when an unmodifed buffer's path is deleted its pane item is removed", ->
describe "when an unmodifed buffer's path is deleted", ->
it "removes the pane item", ->
filePath = temp.openSync('atom').path
editor = atom.project.openSync(filePath)