Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Jul 24, 2019
1 parent 91bd055 commit 0b23eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/kubernetes_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def test_deploy_successful_with_multiple_template_dirs
%r{CronJob/my-cronjob\s+Exists},
%r{Deployment/web\s+1 replica, 1 updatedReplica, 1 availableReplica},
%r{Pod/pod1\s+Succeeded},
%r{Pod/pod2\s+Succeeded}
%r{Pod/pod2\s+Succeeded},
])
end

Expand All @@ -830,7 +830,7 @@ def test_deploy_successful_with_multiple_template_dirs_multiple_partials
%r{Deployment/web\s+1 replica, 1 updatedReplica, 1 availableReplica},
%r{Deployment/web-from-partial\s+1 replica, 1 updatedReplica, 1 availableReplica},
%r{Pod/pod1\s+Succeeded},
%r{Pod/pod2\s+Succeeded}
%r{Pod/pod2\s+Succeeded},
])
end

Expand All @@ -846,7 +846,7 @@ def test_ejson_secrets_are_created_from_multiple_template_dirs
%r{Secret/a-secret\s+Available},
%r{Secret/catphotoscom\s+Available},
%r{Secret/monitoring-token\s+Available},
%r{Secret/unused-secret\s+Available}
%r{Secret/unused-secret\s+Available},
])
end

Expand Down

0 comments on commit 0b23eaf

Please sign in to comment.