Sha256: 42539b819154c4355ca71e72c4d233fd485425035aa12c1ac988c980bc821ad0

Contents?: true

Size: 442 Bytes

Versions: 2

Compression:

Stored size: 442 Bytes

Contents

Feature: Initialization
  In order to save time and money
  User should be able to bootstrap project environment ASAP

  Scenario: Init simple project to given directory
    Given The default aruba timeout is 10 seconds
    Given a file named "test_repo.yml" with:
    """
    https://github.com/pietrushnic/dummy.git:
    """
    When I run `clenver init test_repo.yml`
    Then the following files should exist:
      | dummy/README.md |


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clenver-0.1.15 features/init/init.feature
clenver-0.1.14 features/init/init.feature