Skip to content

Instantly share code, notes, and snippets.

@okaminu
Created March 17, 2021 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okaminu/8c8d71977c64db6cbe63285f682e7c59 to your computer and use it in GitHub Desktop.
Save okaminu/8c8d71977c64db6cbe63285f682e7c59 to your computer and use it in GitHub Desktop.
Feature: Chicken Collecting Insects Calculator
Scenario: Chicken collects insects for several minutes
Given a chicken collects 3 insects per minute
When chicken has searched insects for 5 minutes
Then the chicken has found 15 insects
Scenario: Chicken collects insects for several hours
Given a chicken collects 2 insects per minute
When chicken has searched insects for 2 hours
Then the chicken has found 240 insects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment