Remove spec for addPane. Oops.

This commit is contained in:
Nathan Sobo
2012-03-20 18:55:10 -06:00
parent 263e8d326b
commit 28a0f5961a

View File

@@ -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", ->