Sha256: ceeff16ef40ae5c5a57c9b238f2d9de447cd0faae04ecd88da4c31642e004b2d

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

Feature: Uninstall
  In order to uninstall a Ruby project
  That was installed with setup.rb
  I use 'setup.rb uninstall'

  Scenario: Uninstall a package
    Given a setup.rb compliant Ruby project
    And 'setup.rb config' has been run
    And 'setup.rb compile' has been run
    And 'setup.rb install' has been run
    When I issue the command 'setup.rb uninstall'
    Then the package files should be removed

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
setup-5.2.0 test/features/uninstall.feature
setup-5.1.0 test/features/uninstall.feature