Sha256: 4994e4417721eea649a9b6ef59f214730569c3a6d7127487448c60e53a86a918

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

Feature: Development processes of hudson itself (rake tasks)

  As a Newgem maintainer or contributor
  I want rake tasks to maintain and release the gem
  So that I can spend time on the tests and code, and not excessive time on maintenance processes
    
  Scenario: Generate RubyGem
    Given this project is active project folder
    When I invoke task "rake clean" so that I start with nothing
    And I invoke task "rake build"
    Then file with name matching "pkg/hudson-*.gem" is created
    And file with name matching "hudson.gemspec" is created
    And the file "hudson.gemspec" is a valid gemspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hudson-0.5.0 features/development.feature