Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 1m20s
11 lines
312 B
Gherkin
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
|