Sha256: dcc65cfdbf5d7085b05e41a2260425095886d3ea524755b2a5e7de4fd9f833a3

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

Feature: Food
  In order to portray or pluralize food
  As a CLI
  I want to be as objective as possible

  Scenario: Broccoli is gross
    When I run "foodie2 portray broccoli"
    Then the output should contain "Gross!"

  Scenario: Tomato, or Tomato?
    When I run "foodie2 pluralize --word Tomato"
    Then the output should contain "Tomatoes"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foodie2-0.0.1 features/food.feature