Sha256: b6eb905d2698338c36ed96861fcd589a93a24238c1267764c95153809c42ef53

Contents?: true

Size: 849 Bytes

Versions: 1

Compression:

Stored size: 849 Bytes

Contents

Feature: asciibinder package

  Causes the utility to run a `build` operation and then marshall
  together all of the distro / branch combinations that will be
  published into "sites". Each site has a distinct home page.

  Scenario: A user wants to package all of the sites contained in their docs repo
    Given a valid AsciiBinderGabrielRH docs repo with multiple distros
    When the user runs `asciibinder package` on that repo directory
    Then the program generates a site directory for each site in the distro map

  Scenario: A user wants to package one of the sites contained in their docs repo
    Given a valid AsciiBinderGabrielRH docs repo with multiple distros
    When the user runs `asciibinder package --site=test` on that repo directory
    Then the program generates a site directory for only the `test` site in the distro map

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ascii_binder_gabriel_rh-0.0.1 features/repo_package.feature