This commit is contained in:
Nathan Sobo
2012-03-20 13:10:07 -06:00
parent 55efb65500
commit adf8d5df9d

View File

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