Sha256: 90f84d73988de03ab564c114ed81d310ce1e23ebd563087c8153a2c5b071f090

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wrapp-0.2.1 features/wrap_app.feature
wrapp-0.2.0 features/wrap_app.feature