From 82dd3ddf734188eef84ac7373e6d4e6014d5ae13 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Dec 2012 10:11:37 -0800 Subject: [PATCH] Remove extra it --- spec/app/selection-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/selection-spec.coffee b/spec/app/selection-spec.coffee index 27427ae7a..a7bdbbd87 100644 --- a/spec/app/selection-spec.coffee +++ b/spec/app/selection-spec.coffee @@ -41,7 +41,7 @@ describe "Selection", -> expect(selection.isEmpty()).toBeTruthy() describe "when the cursor precedes the anchor", -> - it "it deletes selected text and clears the selection", -> + it "deletes selected text and clears the selection", -> selection.cursor.setScreenPosition [0,13] selection.selectToScreenPosition [0,4]