Remove redundant describe block

This is now tested via pressing enter on the mini-editor
This commit is contained in:
Nathan Sobo
2012-07-23 13:17:42 -06:00
parent 9d938d84ad
commit c1c055319c

View File

@@ -279,3 +279,11 @@ describe "CommandPanel", ->
commandPanel.execute()
expect(rootView.getActiveEditor().getText()).toBe "i love love"
expect(rootView.find('.command-panel')).not.toExist()
describe "when the preview list is focused", ->
beforeEach ->
rootView.trigger 'command-panel:toggle'
waitsForPromise -> commandPanel.execute('X x/a+/')
describe "when move-down and move-up are triggered on the preview list", ->
it "selects the next/previous operation", ->