Skip to content

Instantly share code, notes, and snippets.

@peashutop
Created September 10, 2010 17:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save peashutop/574012 to your computer and use it in GitHub Desktop.
Feature: 1.1.3-reflection-self
Scenario Outline: reflection text based on valid answer to previous question
Given prior node "1.1.3-self" has the answer <answer>
Then the reflection text for "1.1.3-reflection-self" should be <reflection_text>
Scenarios:
| answer | reflection_text |
| 1 | "So, you were able to talk about yourself without too much stress." |
| 2 | "So, you were able to talk about yourself without too much stress." |
| 3 | "So it sounds like it was somewhat hard to talk about yourself." |
| 4 | "So it sounds like it was somewhat hard to talk about yourself." |
| 5 | "So it sounds like it was somewhat hard to talk about yourself." |
| 6 | "So it sounds like it was really hard to talk about yourself." |
| 7 | "So it sounds like it was really hard to talk about yourself." |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment