Unfocus spec

This commit is contained in:
Kevin Sawicki
2015-03-03 16:35:58 -08:00
parent 6c87dc05f3
commit 628380ff3d

View File

@@ -264,7 +264,7 @@ describe "PackageManager", ->
runs -> expect(activatedPackage.name).toBe 'package-with-main'
describe "when the package throws an error while loading", ->
fit "adds a notification instead of throwing an exception", ->
it "adds a notification instead of throwing an exception", ->
atom.config.set("core.disabledPackages", [])
addErrorHandler = jasmine.createSpy()
atom.notifications.onDidAddNotification(addErrorHandler)