Stop calling initialize in ViewRegistry tests

This commit is contained in:
Antonio Scandurra
2017-04-12 15:12:58 +02:00
parent 0210b0bc81
commit b7a421eadf

View File

@@ -5,7 +5,6 @@ describe "ViewRegistry", ->
beforeEach ->
registry = new ViewRegistry
registry.initialize()
afterEach ->
registry.clearDocumentRequests()