Sha256: ca7f007d62ad663ee9b4c8a49d8f78fa0dc7334879ad3d23f1db61e619e440b2

Contents?: true

Size: 832 Bytes

Versions: 16

Compression:

Stored size: 832 Bytes

Contents

Feature: asciibinder clean

  This command cleans up any files generated by AsciiBinder

  Scenario: A user wants to clean a docs repo of generated content
    Given a valid AsciiBinder docs repo
    And the docs repo contains generated content
    When the user runs `asciibinder clean` on that repo directory
    Then the generated content is removed

  Scenario: A user cleans a docs repo with no generated content
    Given a valid AsciiBinder docs repo
    And the docs repo contains no generated content
    When the user runs `asciibinder clean` on that repo directory
    Then the program exits without errors

  Scenario: A user cleans a directory that is not a docs repo
    Given an invalid AsciiBinder docs repo
    When the user runs `asciibinder clean` on that repo directory
    Then the program exits with a warning

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ascii_binder-1.2 features/repo_clean.feature
ascii_binder-1.0.1 features/repo_clean.feature
ascii_binder-1.0 features/repo_clean.feature
ascii_binder-0.2.3 features/repo_clean.feature
ascii_binder-0.2.2 features/repo_clean.feature
ascii_binder-0.2.1 features/repo_clean.feature
ascii_binder-0.2.0 features/repo_clean.feature
ascii_binder-0.1.15.3 features/repo_clean.feature
ascii_binder-0.1.15.2 features/repo_clean.feature
ascii_binder-0.1.15.1 features/repo_clean.feature
ascii_binder-0.1.15 features/repo_clean.feature
ascii_binder-0.1.14 features/repo_clean.feature
ascii_binder-0.1.13 features/repo_clean.feature
ascii_binder-0.1.11 features/repo_clean.feature
ascii_binder-0.1.10.1 features/repo_clean.feature
ascii_binder-0.1.10 features/repo_clean.feature