it('should create an action to submit an update', function() {
    const pledgeId = 4
    const expectedAction = {
      type: SUBMIT_UPDATE,
      pledgeId