test/features/install.feature in setup-5.0.0 vs test/features/install.feature in setup-5.0.1

- old
+ new

@@ -1,10 +1,9 @@ Feature: Install In order to install a Ruby project As a Ruby Developer I want to use the setup.rb install command - Scenario: Install project to Ruby's site locations Given a setup.rb compliant Ruby project And 'setup.rb config --type=site' has been run And 'setup.rb make' has been run When I issue the command 'setup.rb install'