| ... | @@ -109,7 +109,7 @@ describe Clusters::Applications::Knative do |
... | @@ -109,7 +109,7 @@ describe Clusters::Applications::Knative do |
|
|
subject { knative.install_command }
|
|
subject { knative.install_command }
|
|
|
|
|
|
|
|
it 'is initialized with latest version' do
|
|
it 'is initialized with latest version' do
|
|
|
expect(subject.version).to eq('0.3.0')
|
|
expect(subject.version).to eq('0.5.0')
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
it_behaves_like 'a command'
|
|
it_behaves_like 'a command'
|
| ... | |
... | |
| ... | | ... | |