rs-basic/members/cucumber-demo/tests/features/book/animal.feature
Christoph J. Scherr 03a972366b
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 1m20s
cucumber does stuff
2024-01-12 14:22:02 +01:00

11 lines
312 B
Gherkin

Feature: Animal feature
Scenario: If we feed a hungry cat it will no longer be hungry
Given a hungry cat
When I feed the cat
Then the cat is not hungry
Scenario: If we feed a satiated cat it will not become hungry
Given a satiated cat
When I feed the cat
Then the cat is not hungry