From 859a6fb938bb9ee2a317c46dfa4fcc1af49608f0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Feb 2021 10:34:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-9-stable-ee --- spec/helpers/container_registry_helper_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/helpers/container_registry_helper_spec.rb') diff --git a/spec/helpers/container_registry_helper_spec.rb b/spec/helpers/container_registry_helper_spec.rb index 6e6e8137b3e..49e56113dd8 100644 --- a/spec/helpers/container_registry_helper_spec.rb +++ b/spec/helpers/container_registry_helper_spec.rb @@ -5,8 +5,8 @@ require 'spec_helper' RSpec.describe ContainerRegistryHelper do using RSpec::Parameterized::TableSyntax - describe '#limit_delete_tags_service?' do - subject { helper.limit_delete_tags_service? } + describe '#container_registry_expiration_policies_throttling?' do + subject { helper.container_registry_expiration_policies_throttling? } where(:feature_flag_enabled, :client_support, :expected_result) do true | true | true -- cgit v1.2.3