github.com/MarianMacik/godog@v0.7.9/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