From a28a42b610d82dd2bdf54d7674e05a4abef81f6f Mon Sep 17 00:00:00 2001 From: Thomas Johansen Date: Tue, 6 Oct 2015 23:23:51 +0200 Subject: [PATCH] :fire: Remove duplicate key --- spec/spec-helper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 7b21c22d3..36bab14dd 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -89,7 +89,7 @@ beforeEach -> atom.project.setPaths([projectPath]) atom.workspace = new Workspace({ config: atom.config, project: atom.project, packageManager: atom.packages, - grammarRegistry: atom.grammars, notificationManager: atom.notifications, + notificationManager: atom.notifications, setRepresentedFilename: jasmine.createSpy('setRepresentedFilename'), setDocumentEdited: atom.setDocumentEdited.bind(atom), atomVersion: atom.getVersion(), clipboard: atom.clipboard, viewRegistry: atom.views, grammarRegistry: atom.grammars,