mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Add rootView to tab spec
This commit is contained in:
@@ -32,6 +32,7 @@ describe "TabBarView", ->
|
||||
serialize: -> { deserializer: 'TestView', @title, @longTitle }
|
||||
|
||||
beforeEach ->
|
||||
window.rootView = new RootView
|
||||
registerDeserializer(TestView)
|
||||
item1 = new TestView('Item 1')
|
||||
item2 = new TestView('Item 2')
|
||||
|
||||
Reference in New Issue
Block a user