Sha256: 597b6671b301cc8e6f4dafa8ec22fa6b8fa473e4a3a9d735657e007b0bc3d1be

Contents?: true

Size: 375 Bytes

Versions: 6

Compression:

Stored size: 375 Bytes

Contents

Feature: Re-Install
  In order to be sure the app is installed
  As an application user
  I want to install the app again

  Scenario: Reinstalling a gem
    Given I have 'hello-ruby-station 0.3.1' and its data
    When I install 'hello-ruby-station 0.3.1'
    Then I should still have 'hello-ruby-station 0.3.1'
    And data files of 'hello-ruby-station 0.3.1' should exist

Version data entries

6 entries across 6 versions & 1 rubygems

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