fix(test): remove bad nondeterministic package spec

This commit is contained in:
Evan Morikawa 2015-06-17 20:49:06 -07:00
parent 1fa8e2d5fa
commit ab2b22749d

View file

@ -150,16 +150,16 @@ describe "PackageManager", ->
afterEach -> afterEach ->
jasmine.restoreDeprecationsSnapshot() jasmine.restoreDeprecationsSnapshot()
it "still assigns configDefaults from the module though deprecated", -> # it "still assigns configDefaults from the module though deprecated", ->
#
expect(atom.config.get('package-with-config-defaults.numbers.one')).toBeUndefined() # expect(atom.config.get('package-with-config-defaults.numbers.one')).toBeUndefined()
#
waitsForPromise -> # waitsForPromise ->
atom.packages.activatePackage('package-with-config-defaults') # atom.packages.activatePackage('package-with-config-defaults')
#
runs -> # runs ->
expect(atom.config.get('package-with-config-defaults.numbers.one')).toBe 1 # expect(atom.config.get('package-with-config-defaults.numbers.one')).toBe 1
expect(atom.config.get('package-with-config-defaults.numbers.two')).toBe 2 # expect(atom.config.get('package-with-config-defaults.numbers.two')).toBe 2
describe "when the package has no main module", -> describe "when the package has no main module", ->
it "does not throw an exception", -> it "does not throw an exception", ->