features/elements/page.feature in RubyApp-0.0.91 vs features/elements/page.feature in RubyApp-0.2.0

- old
+ new

@@ -19,14 +19,5 @@ Then I quit When I go to the test pages And I click "_TestPage" Then I should see "The cookie value is 'value'." Then I quit - - Scenario Outline: Loading the home page - Given I am viewing "/" - And I should see "Loaded" - - Scenarios: Count - | count | - | X | - | X |