summaryrefslogtreecommitdiff
path: root/spec/serializers
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-08-02 19:02:57 +0000
committerSean McGivern <sean@gitlab.com>2019-08-02 19:02:57 +0000
commit5027979b9ba0ebfb6376cfa78114e942f5054c5c (patch)
tree3a5f5c44fc2f3960569aec6d5e98ce382172dfd2 /spec/serializers
parent2d697018ca7ea63cbbdf7879bc93b8fa1b2ae678 (diff)
downloadgitlab-ce-5027979b9ba0ebfb6376cfa78114e942f5054c5c.tar.gz
Implement Helm ResetCommand for removing Tiller
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/cluster_application_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/cluster_application_entity_spec.rb b/spec/serializers/cluster_application_entity_spec.rb
index f38a18fcf59..76ecca06522 100644
--- a/spec/serializers/cluster_application_entity_spec.rb
+++ b/spec/serializers/cluster_application_entity_spec.rb
@@ -22,7 +22,7 @@ describe ClusterApplicationEntity do
end
it 'has can_uninstall' do
- expect(subject[:can_uninstall]).to be_falsey
+ expect(subject[:can_uninstall]).to be_truthy
end
context 'non-helm application' do