Sha256: ee2123ff2fb0eddaf9ea0758be6759a19eab90bff94f7e1ab77b74b0dc451031

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

Feature: Development processes of winci-updater itself (rake tasks)

  As a winci-updater 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 build"
    Then file with name matching "pkg/winci-updater-*.gem" is created
    And file with name matching "winci-updater.gemspec" is created
    And the file "winci-updater.gemspec" is a valid gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
winci-updater-0.0.3 features/development.feature
winci-updater-0.0.2 features/development.feature
winci-updater-0.0.1 features/development.feature