tests/features/install_file.feature in ruby-station-0.1.3 vs tests/features/install_file.feature in ruby-station-0.1.4.rc1

- old
+ new

@@ -2,13 +2,13 @@ In order to test new applications As an application developer I want to install a new gem file Scenario: Install a gem by file - Given I do not have 'hello 0.2.0' + Given I do not have 'hello-ruby-station 0.2.0' And I visit the index page And I check 'by file' - And I fill in the path of 'data/hello/pkg/hello-0.2.0.gem' for 'gem' + And I fill in the path of 'data/hello/pkg/hello-ruby-station-0.3.2.gem' for 'gem' When I press 'install' And I wait while the spinner is shown Then I should see 'Installing' - And I should have 'hello 0.2.0' + And I should have 'hello-ruby-station 0.3.2'