Sha256: 215fb804fa0cf4cfe9bfc3a264cc7da749137802c72b4d3aae7a3481e21935fe

Contents?: true

Size: 842 Bytes

Versions: 28

Compression:

Stored size: 842 Bytes

Contents

Feature: Fetch assets
  In order to get project assets onto a new computer
  I want a one-command way to keep them up to date
  So I don't have to do it myself

  Scenario: Basic UI
    When I get help for "karo"
    Then the exit status should be 0
    And the banner should be present
    And there should be a one line summary of what the app does
    And the banner should document that this app takes options
    And the banner should document that this app's arguments are:
      |from|which is required|
      |to  |which is required|

  Scenario: Happy Path
    Given a path with some files at "/tmp/karo/server_assets/" to be synced at "/tmp/karo/client_assets/"
    When I successfully run `karo /tmp/karo/server_assets/ /tmp/karo/client_assets/`
    Then the assets should be synced out in the directory "/tmp/karo/client_assets/"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
karo-2.5.2 features/karo.feature
karo-2.5.1 features/karo.feature
karo-2.5.0 features/karo.feature
karo-2.4.0 features/karo.feature
karo-2.3.9 features/karo.feature
karo-2.3.8 features/karo.feature
karo-2.3.7 features/karo.feature
karo-2.3.6 features/karo.feature
karo-2.3.5 features/karo.feature
karo-2.3.4 features/karo.feature
karo-2.3.3 features/karo.feature
karo-2.3.2 features/karo.feature
karo-2.3.1 features/karo.feature
karo-2.3.0 features/karo.feature
karo-2.2.1 features/karo.feature
karo-2.2.0 features/karo.feature
karo-2.1.3 features/karo.feature
karo-2.1.2 features/karo.feature
karo-2.1.1 features/karo.feature
karo-2.1.0 features/karo.feature