github.com/maps90/godog@v0.7.5-0.20170923143419-0093943021d4/examples/godogs/features/godogs.feature (about)

     1  # file: $GOPATH/godogs/features/godogs.feature
     2  Feature: eat godogs
     3    In order to be happy
     4    As a hungry gopher
     5    I need to be able to eat godogs
     6  
     7    Scenario: Eat 5 out of 12
     8      Given there are 12 godogs
     9      When I eat 5
    10      Then there should be 7 remaining