Sha256: 406bf863ea8c9ed7d6604e51931b69e8bdb98fb8e5465df960440d60ccb80e79

Contents?: true

Size: 560 Bytes

Versions: 6

Compression:

Stored size: 560 Bytes

Contents

Feature: Upgrade
  In order to use new version of an application
  As an application user
  I want to install the new version

  Scenario: Upgrading a gem
    Given I have 'hello-ruby-station 0.3.0' and its data
    And I have 'hello-ruby-station 0.3.1' and its data
    And I do not have 'hello-ruby-station 0.3.2'
    When I install 'hello-ruby-station 0.3.2'
    Then I should still have 'hello-ruby-station 0.3.0'
    And I should still have 'hello-ruby-station 0.3.1'
    And data files of 'hello-ruby-station 0.3.2' is same as 'hello-ruby-station 0.3.1'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/features/upgrade.feature
ruby-station-0.1.5 tests/features/upgrade.feature
ruby-station-0.1.4 tests/features/upgrade.feature
ruby-station-0.1.4.rc3 tests/features/upgrade.feature
ruby-station-0.1.4.rc2 tests/features/upgrade.feature
ruby-station-0.1.4.rc1 tests/features/upgrade.feature