Sha256: e81ad77a8a34a0333d3f705dd98b82a65344e6ec660153800bea16b856f88fcb
Contents?: true
Size: 659 Bytes
Versions: 1
Compression:
Stored size: 659 Bytes
Contents
# These scenarios test the CLI our gem will provide. Feature: Food In order to portray or pluralize food As a CLI I want to be as objective as possible # The first scenario ensures that we can call a specific task and pass it a single argument which then becomes the part of the text that is output. Scenario: Broccoli is gross When I run `foodie portray broccoli` Then the output should contain "Gross!" # The second scenario ensures effectively the same thing, but we pass that value in as an option rather than an argument. Scenario: Tomato, or Tomato? When I run `foodie pluralize --word Tomato` Then the output should contain "Tomatoes"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foodie-ingmarsk-0.1.0 | features/food.feature |