Sha256: 938a79ea122cdfa4319ac3b8fdf9ec9c0bad715bdec663d64a93d0ba6ec0a957

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 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 "foodie portray broccoli"
    Then the output should contain "Gross!"

  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
ryoung-foodie-0.0.3 features/food.feature