diff --git a/src/packages/bookmarks/spec/bookmarks-view-spec.coffee b/src/packages/bookmarks/spec/bookmarks-view-spec.coffee index 7a39b9dc5..2abccaf4a 100644 --- a/src/packages/bookmarks/spec/bookmarks-view-spec.coffee +++ b/src/packages/bookmarks/spec/bookmarks-view-spec.coffee @@ -2,9 +2,7 @@ RootView = require 'root-view' _ = require 'underscore' describe "Bookmarks package", -> - editor = null - editSession = null - displayBuffer = null + [editor, editSession, displayBuffer] = [] beforeEach -> window.rootView = new RootView @@ -16,7 +14,6 @@ describe "Bookmarks package", -> editSession = editor.activeEditSession displayBuffer = editSession.displayBuffer - describe "toggling bookmarks", -> it "creates a marker when toggled", -> editSession.setCursorBufferPosition([3, 10])