describe('Authorization', () => { it('Should response unauthorized in case use has no role has permissions to the given resource.', () => { }); it('Should response authorized in case user has role has all permissions.', () => { }); });