Created
March 4, 2011 05:27
-
-
Save michaeltwofish/854223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failing Scenarios: | |
cucumber ./cluster_create.feature:6 # Scenario: View the clusters page | |
cucumber ./cluster_create.feature:21 # Scenario: Create a new cluster | |
cucumber ./cluster_create.feature:27 # Scenario: Create a cluster and be directed to the clusters page | |
cucumber ./cluster_create.feature:77 # Scenario: Create a cluster and be directed to the clusters page | |
cucumber ./cluster_create.feature:86 # Scenario: Create a cluster when no forms exist | |
cucumber ./unit_update.feature:183 # Scenario: View a unit that has one item and see the item position | |
cucumber ./unit_update.feature:191 # Scenario: View a unit that has two items and see the item position | |
cucumber ./unit_retrieve.feature:34 # Scenario: Visit units page with one unit and see view link | |
cucumber ./form_retrieve.feature:28 # Scenario: Visit forms page with one form and see view link | |
cucumber ./test_publish.feature:60 # Scenario: Visit delete form page for a form that belongs to a published and receive an error message | |
cucumber ./test_publish.feature:92 # Scenario: Visit edit cluster page for a cluster that belongs to a published and receive an error message | |
cucumber ./test_publish.feature:108 # Scenario: Visit delete cluster page for a cluster that belongs to a published and receive an error message | |
cucumber ./test_publish.feature:125 # Scenario: Visit units page with one unit that belongs to a published test and not see edit/delete links | |
cucumber ./test_publish.feature:144 # Scenario: Visit edit unit page for a unit that belongs to a published and receive an error message | |
cucumber ./test_publish.feature:162 # Scenario: Visit delete unit page for a unit that belongs to a published and receive an error message | |
cucumber ./unit_create.feature:27 # Scenario: Create a new unit | |
cucumber ./unit_create.feature:33 # Scenario: Create a unit and be directed to the units page | |
cucumber ./unit_create.feature:97 # Scenario: Create a unit that does not belong to a cluster | |
cucumber ./unit_create.feature:117 # Scenario: Create a unit when no clusters exist | |
cucumber ./cluster_update.feature:115 # Scenario: Delete an unit from a cluster that has one unit | |
cucumber ./cluster_update.feature:126 # Scenario: Delete an unit from a cluster that has two units | |
cucumber ./cluster_retrieve.feature:34 # Scenario: Visit clusters page with one cluster and see view link | |
cucumber ./cluster_retrieve.feature:46 # Scenario: Try to view a single cluster that doesn't exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment