it('should create an action to ask a question', function() {
    const pledgeId = 3
    const expectedAction = {
      type: ASK_QUESTION,
      pledgeId