Sha256: 43b72e6f296df847864642c582358f1274257f941598a99db746aa2884104dd4

Contents?: true

Size: 615 Bytes

Versions: 10

Compression:

Stored size: 615 Bytes

Contents

Feature: Development processes of jenkins 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/jenkins-*.gem" is created
    And file with name matching "jenkins.gemspec" is created
    And the file "jenkins.gemspec" is a valid gemspec

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
jenkins-maestrodev-0.6.9 features/development.feature
jenkins-0.6.8 features/development.feature
jenkins-0.6.6 features/development.feature
jenkins-0.6.5 features/development.feature
akqa-jenkins-0.6.4.1 features/development.feature
jenkins-0.6.4 features/development.feature
jenkins-0.6.3 features/development.feature
jenkins-0.6.2 features/development.feature
jenkins-0.6.1 features/development.feature
jenkins-0.6.0 features/development.feature