Sha256: 838fd51bb1dcbb4d81596dc1bc7574c6de04be124d81d5c6d9eb3959468da2f5

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 Bytes

Contents

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

  Scenario: Show uninstall page
    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'
    Then I should see 'Uninstall'
    And I should see 'hello-ruby-station 0.3.1'

  Scenario: Uninstall a gem
    Given I have 'hello-ruby-station 0.3.1' and its data
    And I visit the uninstall page of 'hello-ruby-station 0.3.1'
    When I press 'ok'
    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

2 entries across 2 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/features/uninstall.feature
ruby-station-0.1.5 tests/features/uninstall.feature