Sha256: c67da9e15cd55919e49893f9ee986e1b8074d6078fbb61c1d15c14b6ca36b9fb

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

Feature: Generating things
  In order to generate many a thing
  As a CLI newbie
  I want foodie to hold my hand, tightly

  Scenario: Recipes
    When I run "foodie recipe dinner steak"
    Then the following files should exist:
      | dinner/steak.txt |
    Then the file "dinner/steak.txt" should contain:
      """
      ##### Ingredients #####
      Ingredients for delicious steak go here.


      ##### Instructions #####
      Tips on how to make delicious steak go here.
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ryoung-foodie-0.0.3 features/generator.feature