From c2b102d9f47be41562d7ef46c1ad9709a2d68837 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 23 Dec 2011 15:38:38 -0600 Subject: [PATCH] :lipstick: --- spec/atom/editor-spec.coffee | 1 - 1 file changed, 1 deletion(-) 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)