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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-04-10 14:07:36 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-04-10 14:07:36 +0300
commit7ec3c2dcee9da79dfa8d034377fe9462ff8e5b0b (patch)
treea24e46b1b3e545741d1388f80406236c51a08df5 /spec/lib/container_registry
parent046f4086e4e1ba7c4f47215d30c9c470bb0a67a4 (diff)
Add method that returns location of registry image
Diffstat (limited to 'spec/lib/container_registry')
-rw-r--r--spec/lib/container_registry/tag_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/lib/container_registry/tag_spec.rb b/spec/lib/container_registry/tag_spec.rb
index bc1912d8e6c..f8fffbdca41 100644
--- a/spec/lib/container_registry/tag_spec.rb
+++ b/spec/lib/container_registry/tag_spec.rb
@@ -50,6 +50,13 @@ describe ContainerRegistry::Tag do
end
end
+ describe '#location' do
+ it 'returns a full location of the tag' do
+ expect(tag.location)
+ .to eq 'registry.gitlab/group/test:tag'
+ end
+ end
+
context 'manifest processing' do
context 'schema v1' do
before do