From fd82efa1b23df89935eebe6e6d56a567a96eb11f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 20 Mar 2012 20:33:50 -0600 Subject: [PATCH] Un-F --- spec/atom/command-panel-spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/atom/command-panel-spec.coffee b/spec/atom/command-panel-spec.coffee index 1aee8b8e0..834f0560a 100644 --- a/spec/atom/command-panel-spec.coffee +++ b/spec/atom/command-panel-spec.coffee @@ -8,7 +8,7 @@ describe "CommandPanel", -> rootView.enableKeymap() commandPanel = rootView.commandPanel - fdescribe "when toggle-command-panel is triggered on the root view", -> + describe "when toggle-command-panel is triggered on the root view", -> it "toggles the command panel", -> rootView.attachToDom() expect(rootView.find('.command-panel')).not.toExist() @@ -31,7 +31,7 @@ describe "CommandPanel", -> expect(commandPanel.editor.buffer.getText()).toBe '' expect(commandPanel.editor.getCursorScreenPosition()).toEqual [0, 0] - fdescribe "when esc is pressed in the command panel", -> + describe "when esc is pressed in the command panel", -> it "closes the command panel", -> rootView.trigger 'command-panel:toggle' expect(rootView.find('.command-panel').view()).toBe commandPanel