Sha256: 24278beb6ebcc68714965da6ea15b7642c699ea71e4dc40b16fa7318f547288d

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

Feature: Uninstall
  In order to clean my application list
  As an application user
  I want to uninstall an unused application

  Scenario: Uninstall a gem
    Given I have 'hello-ruby-station 0.3.1' and its data
    And I visit the index page
    When I press the uninstall button of 'hello-ruby-station 0.3.1'
    And I wait while the spinner is shown
    Then I should not have 'hello-ruby-station 0.3.1'
    And data files of 'hello-ruby-station 0.3.1' should not exist

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-station-0.1.4 tests/features/uninstall.feature
ruby-station-0.1.4.rc3 tests/features/uninstall.feature
ruby-station-0.1.4.rc2 tests/features/uninstall.feature
ruby-station-0.1.4.rc1 tests/features/uninstall.feature