Sha256: 9a62558c915235e26a9b1f5b3884a91cc9d1364fc0318701aa173aa9232e3e45

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

Feature: Generating things
  In order to generate many a then
  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
javy_foodie-0.0.2 features/generator.feature