Remove extra it

This commit is contained in:
Kevin Sawicki
2012-12-13 10:11:37 -08:00
parent d5c6acd2ce
commit 82dd3ddf73

View File

@@ -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]