2019-04-11 08:17:24 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-05-09 15:06:32 -04:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-06-24 02:09:01 -04:00
|
|
|
RSpec.describe Auth::ContainerRegistryAuthenticationService do
|
2020-11-11 07:09:06 -05:00
|
|
|
include AdminModeHelper
|
|
|
|
|
2020-12-16 22:10:36 -05:00
|
|
|
it_behaves_like 'a container registry auth service'
|
2016-05-09 15:06:32 -04:00
|
|
|
end
|