Skip to content

Instantly share code, notes, and snippets.

@okaminu
Last active March 17, 2021 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okaminu/359a41afe02112c4e687d038484dba92 to your computer and use it in GitHub Desktop.
Save okaminu/359a41afe02112c4e687d038484dba92 to your computer and use it in GitHub Desktop.
Feature: Answerer that knows everything about chickens
Scenario Outline:
Given there is a answerer
And there is a user
When user ask the answerer <question>
Then the answerer replies <answer>
Examples:
| question | answer |
| "Why did the robot chicken cross the road?" | "Because it was programmed to"|
| "Why did the chicken cross the road?" | "Because it wanted to fix a bug in the Robot Chicken"|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment