From e419ec18481056ee649a1ec48f7367e240cedc87 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 8 Feb 2013 12:53:53 -0800 Subject: [PATCH] Migrate fixtures package to not extend AtomPackage --- spec/fixtures/packages/package-with-module/index.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/fixtures/packages/package-with-module/index.coffee b/spec/fixtures/packages/package-with-module/index.coffee index 6b54f633a..25df27829 100644 --- a/spec/fixtures/packages/package-with-module/index.coffee +++ b/spec/fixtures/packages/package-with-module/index.coffee @@ -1,6 +1,3 @@ -AtomPackage = require 'atom-package' - module.exports = -class MyPackage extends AtomPackage activate: -> @activateCalled = true