diff --git a/spec/atom/editor-spec.coffee b/spec/atom/editor-spec.coffee index 35cf9847f..5530e0b3d 100644 --- a/spec/atom/editor-spec.coffee +++ b/spec/atom/editor-spec.coffee @@ -56,7 +56,7 @@ describe "Editor", -> editor.width(editor.charWidth * 50) editor.setSoftWrap(true) - fit "wraps lines that are too long to fit within the editor's width, adjusting cursor positioning accordingly", -> + it "wraps lines that are too long to fit within the editor's width, adjusting cursor positioning accordingly", -> expect(editor.lines.find('.line').length).toBe 16 expect(editor.lines.find('pre:eq(3)').text()).toBe " var pivot = items.shift(), current, left = [], " expect(editor.lines.find('pre:eq(4)').text()).toBe "right = [];"