Skip to content

Instantly share code, notes, and snippets.

@okaminu
Last active March 17, 2021 10:56
Show Gist options
  • Save okaminu/5c986f6f42c6e3799f96264aa1eb1832 to your computer and use it in GitHub Desktop.
Save okaminu/5c986f6f42c6e3799f96264aa1eb1832 to your computer and use it in GitHub Desktop.
Feature: Answerer that knows everything about chickens
Background:
Given there is a answerer
And there is a user
Scenario: Answers why did robot chicken cross the road
When user asks the answerer "Why did the robot chicken cross the road?"
Then the answerer replies "Because it was programmed to"
Scenario: Answers why did the chicken cross the road
When user asks the answerer "Why did the chicken cross the road?"
Then the answerer replies "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