Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-14 21:13:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-14 21:13:40 +0300
commit5ca32d2dacee40663b0ce51969c944e220927896 (patch)
treefa06425defe87acdb2870fbe559d4d03ef3e8715 /spec/policies
parent4898e4654b2aca7b0cbd0f57f44baa47580ad774 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/policies')
-rw-r--r--spec/policies/group_policy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/policies/group_policy_spec.rb b/spec/policies/group_policy_spec.rb
index 482e12c029d..201ccf0fc14 100644
--- a/spec/policies/group_policy_spec.rb
+++ b/spec/policies/group_policy_spec.rb
@@ -1005,7 +1005,7 @@ RSpec.describe GroupPolicy do
context 'with maintainer' do
let(:current_user) { maintainer }
- it { is_expected.to be_allowed(:update_runners_registration_token) }
+ it { is_expected.to be_disallowed(:update_runners_registration_token) }
end
context 'with reporter' do