github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/_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