Sha256: 54038c662fae9fd3fa241a92ec6bb45356ffda6aadfcc1b1a521c080c2d1415e

Contents?: true

Size: 942 Bytes

Versions: 13

Compression:

Stored size: 942 Bytes

Contents

Feature: asciibinder clone

  This command clones a remote docs repo to a local directory and
  sets up tracking branches for each branch listed in the distro map

  Scenario: A user tries to clone a nonexistent remote repo
    Given a nonexistent remote repo
    And a nonexistent repo directory
    When the user runs `asciibinder clone` on that repo directory
    Then the program exits with a warning

  Scenario: A user tries to clone a remote repo into an existing directory
    Given an existing remote repo
    And an existing repo directory
    When the user runs `asciibinder clone` on that repo directory
    Then the program exits with a warning

  Scenario: A user tries to clone a remote repo into a nonexistent directory
    Given an existing remote repo
    And a nonexistent repo directory
    When the user runs `asciibinder clone` on that repo directory
    Then the program clones the remote repo into the local directory

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
ascii_binder_gabriel_rh-0.0.1 features/repo_clone.feature
ascii_binder-1.2 features/repo_clone.feature
ascii_binder-1.0.1 features/repo_clone.feature
ascii_binder-1.0 features/repo_clone.feature
ascii_binder-0.2.3 features/repo_clone.feature
ascii_binder-0.2.2 features/repo_clone.feature
ascii_binder-0.2.1 features/repo_clone.feature
ascii_binder-0.2.0 features/repo_clone.feature
ascii_binder-0.1.15.3 features/repo_clone.feature
ascii_binder-0.1.15.2 features/repo_clone.feature
ascii_binder-0.1.15.1 features/repo_clone.feature
ascii_binder-0.1.15 features/repo_clone.feature
ascii_binder-0.1.14 features/repo_clone.feature