https://bugzilla.wikimedia.org/show_bug.cgi?id=72379
--- Comment #3 from Chris McMahon <[email protected]> --- FWIW: in my Scenario I have a step Background: Given I am logged in And This is my step and I have put this in my steps file: Given(/^This is my step$/) do pending # express the regexp above with the code you wish you had end then when I run the test I see Background: Given I am logged in And This is my step TODO (Cucumber::Pending) ./features/step_definitions/action_menu_permalink_steps.rb:43:in `/^This is my step$/' features/action_menu_permalink.feature:6:in `And This is my step' and in the result I see: 3 scenarios (2 skipped, 1 pending) 28 steps (26 skipped, 1 pending, 1 passed) 0m19.235s -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
