Remove commented out lines

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-03 10:23:24 -07:00
parent bdfdf08ea0
commit ec510c5372

View File

@@ -215,16 +215,11 @@ describe "TreeView", ->
expect(treeView.find('.selected').length).toBe 1
it "selected a file's parent dir if the file's entry is not visible", ->
# treeView.attachToDom()
rootView.open(require.resolve('fixtures/dir/a-dir/oh-git'))
dirView = treeView.root.find('.directory:contains(dir)').view()
expect(dirView).toHaveClass 'selected'
# dirView.expand()
# aDirView = dirView.find('.directory:contains(a-dir)').view()
# expect(aDirView).toHaveClass 'selected'
describe "when a different editor becomes active", ->
it "selects the file in that is open in that editor", ->
sampleJs.click()