features/web_steps.feature in mechanical-cuke-0.1.0 vs features/web_steps.feature in mechanical-cuke-0.2.0

- old
+ new

@@ -46,9 +46,16 @@ Then I should see "Labeled" And I should see "Named" And I should see "ID-ed" @mock_launchy - Scenario: Navigation Steps + Scenario: Save and Open Step Given I am on the index page Then show me the page + + Scenario: Attach File Step + Given I am on the upload page + When I attach the file "test/fixtures/hello.txt" to "upload" + And I press "Submit" + Then I should see "File hello.txt uploaded" +