it('should "pass through" its className prop', function() {
    const wrapper = shallow(<PledgeDescription className="dummy">test</PledgeDescription>)

    wrapper.find('p').hasClass('dummy').should.be.true
  })