Sha256: 5cf265d2850e2235ed7cb6462adfa46fe95082365431821f3dc91f94eca9e6b2

Contents?: true

Size: 605 Bytes

Versions: 25

Compression:

Stored size: 605 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 gem"
    Then file with name matching "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

25 entries across 25 versions & 1 rubygems

Version Path
hudson-0.3.0.beta.1 features/development.feature
hudson-0.2.7 features/development.feature
hudson-0.2.6 features/development.feature
hudson-0.2.5.pre3 features/development.feature
hudson-0.2.5.pre2 features/development.feature