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

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