From fd3e98cd28fb7d2e69ec31afe8310bcdc76c9034 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 5 Apr 2012 17:58:44 -0600 Subject: [PATCH] :lipstick: --- spec/app/editor-spec.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/app/editor-spec.coffee b/spec/app/editor-spec.coffee index 32dd6b85e..9c9b3b4ce 100644 --- a/spec/app/editor-spec.coffee +++ b/spec/app/editor-spec.coffee @@ -852,7 +852,7 @@ describe "Editor", -> expect(range.end).toEqual({row: 5, column: 27}) expect(editor.getCursorScreenPosition()).toEqual(row: 5, column: 27) - it "creates a selection from word underneath double click to mouse cursor's location ", -> + it "creates a selection from the word underneath an initial double click to mouse's new location ", -> editor.attachToDom() editor.css(position: 'absolute', top: 10, left: 10) @@ -880,8 +880,7 @@ describe "Editor", -> expect(range.end).toEqual({row: 5, column: 27}) expect(editor.getCursorScreenPosition()).toEqual(row: 5, column: 27) - - it "creates a selection from line underneath triple click to mouse cursor's location ", -> + it "creates a selection from the line underneath an initial triple click to mouse's new location ", -> editor.attachToDom() editor.css(position: 'absolute', top: 10, left: 10)