Pass deserializerManager in Workspace

This commit is contained in:
Antonio Scandurra 2015-10-11 18:11:54 +02:00
parent 74c0836be5
commit 5d6713f6fa

View File

@ -78,7 +78,7 @@ beforeEach ->
setRepresentedFilename: jasmine.createSpy('setRepresentedFilename'),
setDocumentEdited: atom.setDocumentEdited.bind(atom), atomVersion: atom.getVersion(),
clipboard: atom.clipboard, viewRegistry: atom.views, grammarRegistry: atom.grammars,
assert: atom.assert.bind(atom)
assert: atom.assert.bind(atom), deserializerManager: atom.deserializers
})
atom.themes.workspace = atom.workspace