diff --git a/spec/atom/editor-spec.coffee b/spec/atom/editor-spec.coffee index ffb9513c1..90db6dfa4 100644 --- a/spec/atom/editor-spec.coffee +++ b/spec/atom/editor-spec.coffee @@ -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)