Sha256: 302be145082d6006ff2db39e32ea798c749679289f303c49f768d08f82c598bc

Contents?: true

Size: 498 Bytes

Versions: 6

Compression:

Stored size: 498 Bytes

Contents

Feature: Wrap App

  In order to simplify distributing Apps
  As as user
  I want wrap my App in a DMG

  Scenario: Wrap App
    Given an App
    When I wrap the App
    Then the App should be wrapped

  Scenario: Wrap App including the parent directory
    Given an App in a directory
    When I wrap the App including the parent directory
    Then the App should be wrapped including the parent directory

  Scenario: Display usage
    When I run `wrapp`
    Then I should see usage instructions

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wrapp-0.5.1 features/wrap_app.feature
wrapp-0.5.0 features/wrap_app.feature
wrapp-0.4.0 features/wrap_app.feature
wrapp-0.3.0 features/wrap_app.feature
wrapp-0.2.3 features/wrap_app.feature
wrapp-0.2.2 features/wrap_app.feature