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
path: root/spec
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2019-06-19 16:12:53 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-06-19 16:12:53 +0300
commitd3db5d1b67250055a08254d1895190a7817a7e3e (patch)
tree66498af905e0a75eac9b4b0789b78a25f19d33fa /spec
parent22755a4aa2d2884629ef9050227ef461574d9d94 (diff)
Knative version bump 0.5 -> 0.6
Diffstat (limited to 'spec')
-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 b38cf96de7e..7f4819cbb9a 100644
--- a/spec/models/clusters/applications/knative_spec.rb
+++ b/spec/models/clusters/applications/knative_spec.rb
@@ -112,7 +112,7 @@ describe Clusters::Applications::Knative do
subject { knative.install_command }
it 'is initialized with latest version' do
- expect(subject.version).to eq('0.5.0')
+ expect(subject.version).to eq('0.6.0')
end
it_behaves_like 'a command'