Created
March 27, 2017 11:07
-
-
Save hferentschik/d2108ff1d13a614f324d3eded6456043 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: User has the choice of some basic templates | |
Given Minishift has state "Running" | |
When executing "oc --as system:admin get imagestream -n openshift" | |
Then stdout should contain | |
""" | |
nodejs | |
""" | |
And stdout should contain | |
""" | |
ruby | |
""" | |
And stdout should contain | |
""" | |
wildfly | |
""" | |
And stdout should contain | |
""" | |
python | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment