mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
get all cucumber stories running for default profile
This commit is contained in:
parent
1fab30ff22
commit
7a92d3559b
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ public/javascripts/cache
|
|||
public/stylesheets/cache
|
||||
tmp
|
||||
vendor/plugins/query_trace/
|
||||
rerun.txt
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue