tests/features/list.feature in ruby-station-0.1.3 vs tests/features/list.feature in ruby-station-0.1.4.rc1
- old
+ new
@@ -1,11 +1,10 @@
-Feature: List
+Feature: Listing
In order to know which application is installed
As an application user
I want to list my applications
Scenario: View the list of applications
- Given I visit the index 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'
+ Given I have 'hello-ruby-station 0.3.1'
+ When I visit the index page
+ Then I should see 'hello-ruby-station'
+ And I should see '0.3.1'