Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hferentschik/d2108ff1d13a614f324d3eded6456043 to your computer and use it in GitHub Desktop.
Save hferentschik/d2108ff1d13a614f324d3eded6456043 to your computer and use it in GitHub Desktop.
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