scenario 'Show' do
    parent_comment = create(:comment, commentable: debate)
    first_child    = create(:comment, commentable: debate, parent: parent_comment)
    second_child   = create(:comment, commentable: debate, parent: parent_comment)