summaryrefslogtreecommitdiff
path: root/spec/models/clusters/applications/knative_spec.rb
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2019-03-28 10:16:09 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-03-28 10:16:09 +0000
commitae49284bfa7afbaa82cf88fd7e437354bedb01d2 (patch)
treed51569e84674ebbcc67434a78a560877e3470a94 /spec/models/clusters/applications/knative_spec.rb
parent335c925d937b8c00ebe44a505de97c225503bf61 (diff)
downloadgitlab-ce-ae49284bfa7afbaa82cf88fd7e437354bedb01d2.tar.gz
Knative version bump 0.2.2 -> 0.3.0
Diffstat (limited to 'spec/models/clusters/applications/knative_spec.rb')
-rw-r--r--spec/models/clusters/applications/knative_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/clusters/applications/knative_spec.rb b/spec/models/clusters/applications/knative_spec.rb
index bf425a2617c..054ed0be240 100644
--- a/spec/models/clusters/applications/knative_spec.rb
+++ b/spec/models/clusters/applications/knative_spec.rb
@@ -107,7 +107,7 @@ describe Clusters::Applications::Knative do
subject { knative.install_command }
it 'should be initialized with latest version' do
- expect(subject.version).to eq('0.2.2')
+ expect(subject.version).to eq('0.3.0')
end
it_behaves_like 'a command'