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')