Sha256: bd9a18c07f2ecf95f69dc2349386ecaf3739cc6474c9fb16fe2587c9443422dd

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

Feature: asciibinder create

  This command creates a new base docs repo to be managed by AsciiBinder

  Scenario: A user tries to create a repo in an existing directory
    Given an existing repo directory
    When the user runs `asciibinder create` on that repo directory
    Then the program exits with a warning

  Scenario: A user tries to create a repo in a nonexistant directory
    Given a nonexistant repo directory
    When the user runs `asciibinder create` on that repo directory
    Then the program generates a new base docs repo

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ascii_binder-0.1.13 features/repo_create.feature
ascii_binder-0.1.11 features/repo_create.feature
ascii_binder-0.1.10.1 features/repo_create.feature
ascii_binder-0.1.10 features/repo_create.feature