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:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-10-17 17:58:28 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-10-17 17:58:28 +0300
commit5ee58c1c0699530612dcd2abcb2a07f041f0fca9 (patch)
tree5e7c14faee2bcbc95d9fbb746fc1193382837c85 /spec/serializers
parent57d331d7514f36d5805a68ac7523d6a075d3e7a7 (diff)
Add short_revision and use total_size
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/container_tag_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/container_tag_entity_spec.rb b/spec/serializers/container_tag_entity_spec.rb
index 6dcc5204516..4beb50c70f8 100644
--- a/spec/serializers/container_tag_entity_spec.rb
+++ b/spec/serializers/container_tag_entity_spec.rb
@@ -22,7 +22,7 @@ describe ContainerTagEntity do
end
it 'exposes required informations' do
- expect(subject).to include(:name, :location, :revision, :total_size, :created_at)
+ expect(subject).to include(:name, :location, :revision, :short_revision, :total_size, :created_at)
end
context 'when user can manage repositories' do