Sha256: 9553ded06974ea4f1e62bb49573525c2f4c8bfd83bd1e70f118965afb0e85aa1

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 Bytes

Contents

Feature: Send notifications to Notification Center via Sticky Notifications.app
  So that I have a nice way of getting feedback from my script
  I want send notifications to Notification Center via Sticky Notifications.app

  Scenario: Basic UI
    When I get help for "post-it"
    Then the exit status should be 0
    And the banner should be present
    And the banner should include the version
    And the banner should document that this app takes options
    And the banner should document that this app's arguments are:
      |message| which is required |      
    And the following options should be documented:
      |--version|
      |--title|
      |--subtitle|
      |--prepare|
      

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
post-it-1.0.2 features/post-it.feature
post-it-1.0.1 features/post-it.feature