From 0c69ecdd7fded4f60c06a509e86ab75dc402c52e Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Tue, 14 Apr 2015 19:57:29 -0400 Subject: [PATCH] Unfocus spec --- spec/pane-view-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/pane-view-spec.coffee b/spec/pane-view-spec.coffee index 4f240cf66..286cf2e4e 100644 --- a/spec/pane-view-spec.coffee +++ b/spec/pane-view-spec.coffee @@ -119,7 +119,7 @@ describe "PaneView", -> expect(pane.itemViews.find('#view-2').length).toBe 1 describe "when the active item implements ::getPath", -> - fit "adds .has-file-path to the active item element", -> + it "adds .has-file-path to the active item element", -> paneModel.activateItem(editor1) expect(pane.itemViews.find('atom-text-editor')).toHaveClass('has-file-path')