Sha256: 42dd1cd735c3c81a50f1397f5bc39ab027caf97380fa25d396a8a0f34be8ec54

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

Feature: Wrap App

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

  Scenario: Create DMG
    Given an App
    When I run wrapp
    Then the App should be wrapped in a DMG

  #Scenario: Create DMG with different output directory
  #Scenario: Create DMG with differnt info plist

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wrapp-0.1.2 features/wrap_app.feature
wrapp-0.1.1-x86_64-darwin-12 features/wrap_app.feature
wrapp-0.1.0 features/wrap_app.feature