it('should be able to get role', async () => {
      const user = await rbac.get('user');
      expect(user.name).toBe('user');
    });