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:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-10-31 13:29:56 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2017-10-31 14:23:31 +0300
commit84f5aaa729d6286252602800a1f9e1bf1e5b47d3 (patch)
treec144d77c478862303ac12cded4415f597cb8779b /spec/serializers/cluster_entity_spec.rb
parent6d462cea77508e407995c58b0ae581edefa74d22 (diff)
WIP: mock cluster apps status API
Diffstat (limited to 'spec/serializers/cluster_entity_spec.rb')
-rw-r--r--spec/serializers/cluster_entity_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/serializers/cluster_entity_spec.rb b/spec/serializers/cluster_entity_spec.rb
index 2c7f49974f1..ec02af4b620 100644
--- a/spec/serializers/cluster_entity_spec.rb
+++ b/spec/serializers/cluster_entity_spec.rb
@@ -18,5 +18,9 @@ describe ClusterEntity do
it 'contains status reason' do
expect(subject[:status_reason]).to eq('general error')
end
+
+ it 'contains applications' do
+ expect(subject[:applications]).to eq({})
+ end
end
end