describe'#can_do_action?'docontext'when action is :build_download_code'doit{expect(access.can_do_action?(:build_download_code)).tobe_truthy}endcontext'when action is not :build_download_code'doit{expect(access.can_do_action?(:download_code)).tobe_falsey}endendend