mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove spec for addPane. Oops.
This commit is contained in:
@@ -252,12 +252,6 @@ describe "RootView", ->
|
||||
|
||||
expect(rootView.find('.editor').outerWidth()).toBe rootView.width()
|
||||
|
||||
describe ".addPane(view)", ->
|
||||
it "adds the given view to the rootView (at the bottom by default)", ->
|
||||
expect(rootView.children().length).toBe 1
|
||||
rootView.addPane $('<div id="foo">')
|
||||
expect(rootView.children().length).toBe 2
|
||||
|
||||
describe "the file finder", ->
|
||||
describe "when the toggle-file-finder event is triggered", ->
|
||||
describe "when there is a project", ->
|
||||
|
||||
Reference in New Issue
Block a user