Sha256: 8e7e57f5fa2e0ea6f354b95ff5255ae1b21609d3cc8522271607fa90e9f02819
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 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: Upgrade a gem Given I have 'hello 0.1.0' And I do not have 'hello 0.2.0' When I install 'hello 0.2.0' Then I should still have 'hello 0.1.0' And data files of 'hello 0.2.0' is same as data files of 'hello 0.1.0'
Version data entries
4 entries across 4 versions & 1 rubygems