get all cucumber stories running for default profile

This commit is contained in:
Reinier Balt 2010-01-13 21:52:04 +01:00
parent 1fab30ff22
commit 7a92d3559b
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Then "the badge should show (.*)" do |number|
Then /the badge should show (.*)/ do |number|
badge = -1
response.should have_xpath("//span[@id='badge_count']") do |node|
badge = node.first.content.to_i