debian-mirror-gitlab/spec/services/auth/container_registry_authentication_service_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
241 B
Ruby
Raw Normal View History

2019-07-31 22:56:46 +05:30
# frozen_string_literal: true
2016-06-02 11:05:42 +05:30
require 'spec_helper'
2023-05-27 22:25:52 +05:30
RSpec.describe Auth::ContainerRegistryAuthenticationService, feature_category: :container_registry do
2021-01-29 00:20:46 +05:30
include AdminModeHelper
2021-02-22 17:27:13 +05:30
it_behaves_like 'a container registry auth service'
2016-06-02 11:05:42 +05:30
end