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