Feature: using scenario outlines Scenario Outline: a simple outline Given there is a monster called Then the monster introduced himself: """ Ahhhhhhh! i'm ! """ Examples: | name | | John | | "John Smith" | | "O'Flannahan" |