mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Create root view before loading package
This commit is contained in:
@@ -41,6 +41,7 @@ describe "AutocompleteView", ->
|
||||
miniEditor = null
|
||||
|
||||
beforeEach ->
|
||||
new RootView
|
||||
editor = new Editor(editSession: fixturesProject.buildEditSessionForPath('sample.js'))
|
||||
atom.loadPackage('autocomplete')
|
||||
autocomplete = new AutocompleteView(editor)
|
||||
|
||||
Reference in New Issue
Block a user