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.1 features/development.feature
hudson-0.3.0 features/development.feature
hudson-0.3.0.beta.19 features/development.feature
hudson-0.3.0.beta.18 features/development.feature
hudson-0.3.0.beta.17 features/development.feature
hudson-0.3.0.beta.16 features/development.feature
hudson-0.3.0.beta.15 features/development.feature
hudson-0.3.0.beta.14 features/development.feature
hudson-0.3.0.beta.13 features/development.feature
hudson-0.3.0.beta.12 features/development.feature
hudson-0.3.0.beta.11 features/development.feature
hudson-0.3.0.beta.10 features/development.feature
hudson-0.3.0.beta.9 features/development.feature
hudson-0.3.0.beta.8 features/development.feature
hudson-0.3.0.beta.7 features/development.feature
hudson-0.3.0.beta.6 features/development.feature
hudson-0.3.0.beta.5 features/development.feature
hudson-0.3.0.beta.4 features/development.feature
hudson-0.3.0.beta.3 features/development.feature
hudson-0.3.0.beta.2 features/development.feature