Sha256: 145bd20714538d5cdbd4d547112f1981c8d299c1627d83b85eb9e7dac64ef7c3

Contents?: true

Size: 369 Bytes

Versions: 11

Compression:

Stored size: 369 Bytes

Contents

Feature: Generate new books
  In order to start a new book
  As a CLI
  I want to get a skeleton folder

  Scenario: Starting a new book
    When I run `prophecy new "The Hidden Way"`
    Then the following files should exist:
      | thehiddenway/book.yml |
    Then the file "thehiddenway/book.yml" should contain:
      """
      title: "The Hidden Way"
      """

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
prophecy-0.2.7 features/generator.feature
prophecy-0.2.6 features/generator.feature
prophecy-0.2.5 features/generator.feature
prophecy-0.2.4 features/generator.feature
prophecy-0.2.3 features/generator.feature
prophecy-0.2.2 features/generator.feature
prophecy-0.2.1 features/generator.feature
prophecy-0.2.0 features/generator.feature
prophecy-0.1.3 features/generator.feature
prophecy-0.1.2 features/generator.feature
prophecy-0.0.1 features/generator.feature