Sha256: 1a6e7f6ca71dd1f8a31ba8fad57585401925518788f19ce8b4b93a09d3a615ca

Contents?: true

Size: 544 Bytes

Versions: 12

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 nonexistent directory
    Given a nonexistent repo directory
    When the user runs `asciibinder create` on that repo directory
    Then the program generates a new base docs repo

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ascii_binder-1.2 features/repo_create.feature
ascii_binder-1.0.1 features/repo_create.feature
ascii_binder-1.0 features/repo_create.feature
ascii_binder-0.2.3 features/repo_create.feature
ascii_binder-0.2.2 features/repo_create.feature
ascii_binder-0.2.1 features/repo_create.feature
ascii_binder-0.2.0 features/repo_create.feature
ascii_binder-0.1.15.3 features/repo_create.feature
ascii_binder-0.1.15.2 features/repo_create.feature
ascii_binder-0.1.15.1 features/repo_create.feature
ascii_binder-0.1.15 features/repo_create.feature
ascii_binder-0.1.14 features/repo_create.feature