Skip to content

Commit

Permalink
update the stemcell in a test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Nov 17, 2022
1 parent 8ed0858 commit a551e0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/acceptance/workflows/updating_stemcell.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Feature: As a dependabot, I want to update a stemcell
When I invoke kiln
| find-stemcell-version |
| --variable=github_token="${GITHUB_TOKEN}" |
Then stdout contains substring: "621.296"
Then stdout contains substring: "621.330"

Scenario: Update the stemcell
Given I have a "hello-tile" repository checked out at v0.1.5
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.296"
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.330"
When I invoke kiln
| update-stemcell |
| --version=621.296 |
| --version=621.330 |
| --variable=github_token="${GITHUB_TOKEN}" |
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.296"
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.330"

0 comments on commit a551e0d

Please sign in to comment.