Sha256: 592402c2df1b06fbefe1dab93fa8d278335f984780f56833cd88e1b0a7142098

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

Feature: asciibinder create

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

  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

1 entries across 1 versions & 1 rubygems

Version Path
ascii_binder_gabriel_rh-0.0.1 features/repo_create.feature