it('should render', function () {
    const wrapper = shallow(<PledgeUpdate {...props} />)

    wrapper.find('li').length.should.equal(1)
  })