Skip to content

Commit 927f8f6

Browse files
committed
chore(TNZ-44895): Fix rubocop issues for deployment: recreate
1 parent 5ea4069 commit 927f8f6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

spec/unit/messages/deployment_create_message_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,6 @@ module VCAP::CloudController
513513
end
514514
end
515515

516-
describe 'recreate options' do
517-
518-
end
519-
520516
describe 'metadata' do
521517
context 'when the annotations params are valid' do
522518
let(:params) do

spec/unit/presenters/v3/deployment_presenter_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ module VCAP::CloudController::Presenters::V3
200200
end
201201
end
202202
end
203+
203204
context 'when the strategy is recreate' do
204205
before do
205206
deployment.strategy = VCAP::CloudController::DeploymentModel::RECREATE_STRATEGY

0 commit comments

Comments
 (0)