Sha256: 54e7433c8a5efd0e27a7bff52a454d59bc64345e44acde2d7df4dd0ed3b28540

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

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

  Scenario: Recipes
    When I run "foodie2 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
foodie2-0.0.1 features/generator.feature