Sha256: cf92e89b8d183b82facbdf6aa8ae250692a140a7af665f581b522d4c42dfaac8
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
Feature: asciibinder clean This command cleans up any files generated by AsciiBinderGabrielRH Scenario: A user wants to clean a docs repo of generated content Given a valid AsciiBinderGabrielRH 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 AsciiBinderGabrielRH 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 AsciiBinderGabrielRH docs repo When the user runs `asciibinder clean` on that repo directory Then the program exits with a warning
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ascii_binder_gabriel_rh-0.0.1 | features/repo_clean.feature |