features/web_steps.feature in mechanical-cuke-0.3.0 vs features/web_steps.feature in mechanical-cuke-0.3.1

- old
+ new

@@ -57,9 +57,15 @@ And I press "Submit" Then I should see "Labeled" And I should see "Named" And I should see "ID-ed" + Scenario: Basic Auth + Given I have no basic auth credentials + Then I should not be able to access the protected page + Given I have basic auth credentials "username:password" + When I go to the protected page + Then I should see "Authorized!" @mock_launchy Scenario: Save and Open Step Given I am on the index page Then show me the page