diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-08 12:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-08 12:09:01 +0000 |
commit | eb2d243280ff0fd72d097a1426c05ce1a3501914 (patch) | |
tree | 82b290cd9896b60fca8dcc80f49433a0fad07ef8 /spec/models/project_feature_spec.rb | |
parent | ee5990fa228fbbb7223b88837f83dd76feb75b9c (diff) | |
download | gitlab-ce-eb2d243280ff0fd72d097a1426c05ce1a3501914.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/project_feature_spec.rb')
-rw-r--r-- | spec/models/project_feature_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_feature_spec.rb b/spec/models/project_feature_spec.rb index 37402fa04c4..6d0a5face38 100644 --- a/spec/models/project_feature_spec.rb +++ b/spec/models/project_feature_spec.rb @@ -40,7 +40,7 @@ RSpec.describe ProjectFeature do end context 'public features' do - features = %w(issues wiki builds merge_requests snippets repository metrics_dashboard operations) + features = ProjectFeature::FEATURES - %i(pages) features.each do |feature| it "does not allow public access level for #{feature}" do |