From adf8d5df9d5f0de98925afa8f2d23bf90b68dde1 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 20 Mar 2012 13:10:07 -0600 Subject: [PATCH] Un-f --- spec/atom/root-view-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/atom/root-view-spec.coffee b/spec/atom/root-view-spec.coffee index c390f94f8..406bdc1ef 100644 --- a/spec/atom/root-view-spec.coffee +++ b/spec/atom/root-view-spec.coffee @@ -241,7 +241,7 @@ describe "RootView", -> expect(rootView.find('.row')).not.toExist() expect(rootView.find('.column')).toExist() - fit "removes a containing column if it becomes empty", -> + it "removes a containing column if it becomes empty", -> editor = rootView.find('.editor').view() editor.trigger 'split-left' editor.trigger 'split-up'