Sha256: db29fab306c28f8cf58a70deb0ca1b3a2a242462a7ad74515d7160bcb8542b34

Contents?: true

Size: 712 Bytes

Versions: 1

Compression:

Stored size: 712 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: Wrap App including the /Applications symlink
    Given an App
    When I wrap the App including /Applications symlink
    Then the app should be wrapped including the /Applications symlink

  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.7.0 features/wrap_app.feature