tpope / pickler

PIvotal traCKer Liaison to cucumbER
MIT License
299 stars 23 forks source link

Improved documentation #12

Open sowbug opened 13 years ago

sowbug commented 13 years ago

It'd be helpful to state that <story> is the numerical story ID in Tracker. It'd also be great to include an example of a description field that works, so that people don't have to guess at the spacing etc.:

As a foo
I want bar
In order to baz

Scenario: Testing Pickler
  Given this is true
  When I do this
  And I do that
  Then that is true
ivanoblomov commented 13 years ago

Yes, this was definitely a key insight for me. Thanks!