Sha256: d748119afde251da3d6eb929397339e1c1b561d24f041890a79629964f45d259

Contents?: true

Size: 510 Bytes

Versions: 1

Compression:

Stored size: 510 Bytes

Contents

Feature: Wrap App

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

  @announce
  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

1 entries across 1 versions & 1 rubygems

Version Path
wrapp-0.6.0 features/wrap_app.feature