Sha256: c93cb265634401b51729f77a84c995691d6f426ee505bbd4d6a83b7f81f7fd1f

Contents?: true

Size: 554 Bytes

Versions: 2

Compression:

Stored size: 554 Bytes

Contents

Feature: Preconfiguration
  In order to install a Ruby project
  As a Ruby Developer
  I may first use 'setup.rb config' to generate a configuration file

  Scenario: Configure a new project
    Given a setup.rb compliant Ruby project
    When I issue the command 'setup.rb config'
    Then a config file should be generated

  Scenario: Configure a previously configured project
    Given a setup.rb compliant Ruby project
    And 'setup.rb config' has been run
    When I issue the command 'setup.rb config'
    Then the config file should be updated

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
setup-5.2.0 test/features/config.feature
setup-5.1.0 test/features/config.feature