Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created July 29, 2011 16:24
Show Gist options
  • Save hecbuma/1114165 to your computer and use it in GitHub Desktop.
Save hecbuma/1114165 to your computer and use it in GitHub Desktop.
Failing Scenarios:
cucumber features/Artist_group_creating.feature:7 # Scenario: creting a music group with correct data
cucumber features/Artist_group_creating.feature:57 # Scenario: creting a group with wrong data
cucumber features/Artist_group_creating.feature:73 # Scenario: creating a group with an already taken group id
cucumber features/Artist_group_creating.feature:85 # Scenario: Entering detailed data with no data
cucumber features/Artist_group_creating.feature:102 # Scenario: Entering bio and summay with no data
cucumber features/Artist_group_creating.feature:114 # Scenario: Entering Your sound info with no data
cucumber features/artist_roster.feature:7 # Scenario: Adding an empty group to a roster
cucumber features/artist_roster.feature:22 # Scenario: adding an artist to an managment roster
cucumber features/artist_roster.feature:37 # Scenario: Adding an artist band who isn't linked with my group
cucumber features/artist_roster.feature:37 # Scenario: Adding an artist band who isn't linked with my group
cucumber features/artist_roster.feature:58 # Scenario: Blocking to a managment band that make an artist roster request
cucumber features/artist_roster.feature:73 # Scenario: deleting an artist from the roster
cucumber features/artist_roster.feature:86 # Scenario: Editing list order
cucumber features/create_category_campain.feature:65 # Scenario: Edit a market added from placement
cucumber features/create_category_campain.feature:79 # Scenario: New campaing details with blank data
cucumber features/favorites.feature:17 # Scenario: adding a group to my favorites
cucumber features/favorites.feature:82 # Scenario: searching an existen group favorite just with name
cucumber features/favorites.feature:95 # Scenario: searching an existen group favorite with name and category
cucumber features/groups_calendar.feature:7 # Scenario: creating an event in my calendar
cucumber features/groups_calendar.feature:28 # Scenario: creating an event in my calendar with no data
cucumber features/groups_calendar.feature:40 # Scenario: editing a event in my calendar
cucumber features/groups_calendar.feature:54 # Scenario: deleting a event in my calendar
cucumber features/groups_calendar.feature:64 # Scenario: can't add past dates events
cucumber features/groups_privacy.feature:7 # Scenario: linking items should be visible for all
cucumber features/groups_privacy.feature:26 # Scenario: linking should not be visible for all
cucumber features/groups_privacy.feature:44 # Scenario: I should see the linking information if I have VIP access
cucumber features/groups_privacy.feature:69 # Scenario: no body can see my band profile
cucumber features/groups_privacy.feature:96 # Scenario: only Mpp members can se the page
cucumber features/groups_privacy.feature:116 # Scenario: making and accepting a VIP access to a group
cucumber features/groups_privacy.feature:132 # Scenario: Dening a VIP request
cucumber features/groups_privacy.feature:143 # Scenario: blocking a VIP request
cucumber features/linking_groups.feature:7 # Scenario: Linked a group to a different kinds fof other groups
cucumber features/linking_groups.feature:7 # Scenario: Linked a group to a different kinds fof other groups
cucumber features/linking_groups.feature:7 # Scenario: Linked a group to a different kinds fof other groups
cucumber features/linking_groups.feature:36 # Scenario: Not artist groups can't link
cucumber features/linking_groups.feature:43 # Scenario: removing a linked group
cucumber features/linking_groups.feature:56 # Scenario: Adding a contact to linked group
cucumber features/market_jobs.feature:14 # Scenario: Post an ad to needed artist with blank data
cucumber features/notes.feature:7 # Scenario: Adding a note to a group and I the only alowed to see it
cucumber features/notes.feature:26 # Scenario: Not logged users can't add notes on a band
cucumber features/print_creating_group.feature:7 # Scenario: creting a music group with correct data
cucumber features/print_creating_group.feature:55 # Scenario: Entering Booking policy with no data
cucumber features/search_adds.feature:15 # Scenario: searching for gig swap an announcement
cucumber features/search_artist_group.feature:14 # Scenario: searching a group by name
cucumber features/search_publicist.feature:14 # Scenario: searching a publicist by name
cucumber features/search_venues.feature:14 # Scenario: Searching a venues by name
cucumber features/services_group_creating.feature:7 # Scenario: creting a music group with correct data
cucumber features/standar_group_creating.feature:7 # Scenario: creting a music group with correct data
cucumber features/standar_group_creating.feature:52 # Scenario: creting a group with wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/standar_group_creating.feature:70 # Scenario: Entering Hours wiht wrong data
cucumber features/venue_group_creating.feature:7 # Scenario: creting a music group with correct data
cucumber features/venue_group_creating.feature:76 # Scenario: Entering production specs with wrong data
cucumber features/venue_group_creating.feature:93 # Scenario: Entering Booking policy with no data
198 scenarios (58 failed, 56 skipped, 1 undefined, 83 passed)
2144 steps (58 failed, 1197 skipped, 1 undefined, 888 passed)
22m10.731s
You can implement step definitions for undefined steps with these snippets:
Then /^the user should have (\d+) skills$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment