🔥 Remove uninstallAutocompletePlus and migrateSublimeTabsSettings

This commit is contained in:
Thomas Johansen
2015-09-05 15:22:54 +02:00
committed by Nathan Sobo
parent 38b8332c0b
commit b5c4f0c2ad
3 changed files with 0 additions and 101 deletions

View File

@@ -156,8 +156,6 @@ beforeEach ->
spyOn(clipboard, 'writeText').andCallFake (text) -> clipboardContent = text
spyOn(clipboard, 'readText').andCallFake -> clipboardContent
spyOn(atom.packages, 'uninstallAutocompletePlus')
addCustomMatchers(this)
afterEach ->