This commit is contained in:
Nathan Sobo 2011-12-23 15:38:38 -06:00
parent 5b7a80f707
commit c2b102d9f4

View File

@ -35,7 +35,6 @@ describe "Editor", ->
expect(mainDiv.children('.editor').length).toBe 0
describe "open(url)", ->
describe "when called with a url", ->
it "loads a buffer for the given url into the editor", ->
editor.open(filePath)