1 This is a story about a calculator. The text up here above the Story: declaration
 
   2 won't be processed, so you can write whatever you wish!
 
   8   So that I can count beans
 
  10   Scenario: add one plus one
 
  14     When the addends are addeds
 
  16     Then the sum should be 3
 
  17     And the corks should be popped
 
  19   Scenario: add two plus five
 
  23     When the addends are added
 
  25     Then the sum should be 7
 
  28   Scenario: add three more
 
  29     GivenScenario add two plus five
 
  32     When the addends are added
 
  34     Then the sum should be 10