Skip to content

Instantly share code, notes, and snippets.

@xconnecting
Last active December 18, 2015 07:29
Show Gist options
  • Save xconnecting/5746509 to your computer and use it in GitHub Desktop.
Save xconnecting/5746509 to your computer and use it in GitHub Desktop.
[Groovy] cucumber-jvm-groovy sample (feature)
Feature: Hello World
Scenario: Say hello
Given I have a hello app with "Howdy"
When I ask it to say hi
Then it should answer with "Howdy World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment