Sha256: 249e509298841e468830969320ffae39880f8f834118d69467b68048b349be0e

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 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 visit the index page
    When I press the uninstall link
#    Given I visit the calculator page
#    And I fill in '50' for 'first'
#    And I fill in '70' for 'second'
#    When I press 'Add'
#    Then I should see 'Answer: 120'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-station-0.1.3 tests/features/uninstall.feature
ruby-station-0.1.2 tests/features/uninstall.feature
ruby-station-0.1.1 tests/features/uninstall.feature
ruby-station-0.1.0 tests/features/uninstall.feature