it('creates a REMOVE_FLASH_MESSAGE action', function() {
    const id = 'flash_id'
    const expectedAction = {
      type: types.REMOVE_FLASH_MESSAGE,
      id