Sha256: abe6be7f778c68dc3aaf4229ed658c392d6c68ade5ec51234d4afead0c278959

Contents?: true

Size: 831 Bytes

Versions: 16

Compression:

Stored size: 831 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 AsciiBinder 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 AsciiBinder 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

16 entries across 16 versions & 1 rubygems

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