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

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ public/javascripts/cache
public/stylesheets/cache public/stylesheets/cache
tmp tmp
vendor/plugins/query_trace/ vendor/plugins/query_trace/
rerun.txt

View file

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