Sha256: 740c02a1679be2ae12528dc8c0c18b6b15a13a4ca0d5494c679c6c3682d26b0c

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 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 make' 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.0.1 test/features/uninstall.feature
setup-5.0.0 test/features/uninstall.feature