Sha256: 5f115d4f2ebc0d01b78d44b98e75bed1a01bd6d829a031ed3a1f9958a307bf40

Contents?: true

Size: 1.17 KB

Versions: 16

Compression:

Stored size: 1.17 KB

Contents

Feature: Setup a Cocoa app with choctop
  In order to reduce cost of using Sparkle to generate appcasts
  As a Cocoa developer or Cocoa application deployer
  I want a generator to install rake tasks that make using Sparkle easy-peasy
  
  Scenario: Install choctop into an app that has no existing Rakefile
    Given a Cocoa app that does not have an existing Rakefile
    When I run local executable "install_choctop" with arguments "."
    And Rakefile wired to use development code instead of installed RubyGem
    Then file "Rakefile" is created
    And I should see /rake build/
    And I should see /rake upload/
  
  Scenario: Run "install_choctop" without arguments shows an error
    Given a Cocoa app that does not have an existing Rakefile
    When I run local executable "install_choctop" with arguments ""
    Then I should see /USAGE: install_choctop path/to/CocoaApp/
  
  Scenario: Install choctop and generate a release_notes file
    Given a Cocoa app that does not have an existing Rakefile
    When I run local executable "install_choctop" with arguments "."
    Then file "release_notes.txt" is created
    And file "release_notes.txt" contents does match /Initial release/
    

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
choctop-0.13.1 features/initial_generator.feature
choctop-0.13.0 features/initial_generator.feature
billymeltdown-choctop-0.11.0.8 features/initial_generator.feature
choctop-0.12.1 features/initial_generator.feature
choctop-0.12.0 features/initial_generator.feature
billymeltdown-choctop-0.11.0.7 features/initial_generator.feature
billymeltdown-choctop-0.11.0.6 features/initial_generator.feature
billymeltdown-choctop-0.11.0.5 features/initial_generator.feature
billymeltdown-choctop-0.11.0.4 features/initial_generator.feature
billymeltdown-choctop-0.11.0.3 features/initial_generator.feature
billymeltdown-choctop-0.11.0.2 features/initial_generator.feature
billymeltdown-choctop-0.11.0.1 features/initial_generator.feature
billymeltdown-choctop-0.11.0 features/initial_generator.feature
choctop-0.11.1 features/initial_generator.feature
choctop-0.11.0 features/initial_generator.feature
choctop-0.10.0 features/initial_generator.feature