Created
July 11, 2011 04:06
-
-
Save michaeltwofish/1075301 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 -p client-admin-all client_admin/client_retrieve.feature:33 # Scenario: Visit the show page for a client that has been rejected | |
cucumber -p client-admin-all client_admin/candidate_test.feature:54 # Scenario: Assign a test form to a candidate | |
cucumber -p client-admin-all client_admin/candidate_test.feature:68 # Scenario: Assign a test form to multiple candidates | |
cucumber -p client-admin-all client_admin/candidate_test.feature:92 # Scenario: Select all candidates and assign a test form to them | |
cucumber -p client-admin-all client_admin/candidate_test.feature:117 # Scenario: Assign a test form to a candidate that is already assigned the test form | |
cucumber -p client-admin-all client_admin/candidate_update.feature:126 # Scenario: Update candidate "Candidate 1" and add one tag | |
cucumber -p client-admin-all client_admin/candidate_update.feature:159 # Scenario: Update candidate "Candidate 1" and add multiple tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment