mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix deprecation in package-manager-spec
This commit is contained in:
@@ -515,7 +515,7 @@ describe "PackageManager", ->
|
||||
|
||||
runs ->
|
||||
atom.packages.deactivatePackage('language-ruby')
|
||||
expect(atom.config.get(['.source.ruby'], 'editor.commentStart')).toBeUndefined()
|
||||
expect(atom.config.get('editor.commentStart', scope: ['.source.ruby'])).toBeUndefined()
|
||||
|
||||
describe "::activate()", ->
|
||||
packageActivator = null
|
||||
|
||||
Reference in New Issue
Block a user