describe('signedPledges reducer', function() {
  it('should return the initial state', function() {
    reducer(undefined, {}).should.eql([])
  })