Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined method `status' for #<Cucumber::Ast::ScenarioOutline:0x00000003a2c620> (NoMethodError) #660

Closed
liggitt opened this issue Mar 26, 2014 · 4 comments
Milestone

Comments

@liggitt
Copy link

liggitt commented Mar 26, 2014

Seeing this in the 1.3.13 release:

undefined method `status' for #<Cucumber::Ast::ScenarioOutline:0x00000003a2c620> (NoMethodError)
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/formatter/rerun.rb:49:in `after_feature_element'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:181:in `block in send_to_all'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:179:in `each'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:179:in `send_to_all'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:171:in `broadcast'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:57:in `visit_feature_element'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/feature.rb:38:in `block in accept'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/feature.rb:37:in `each'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/feature.rb:37:in `accept'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:27:in `block in visit_feature'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:170:in `broadcast'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:26:in `visit_feature'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/features.rb:28:in `block in accept'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/features.rb:17:in `each'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/features.rb:17:in `each'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/features.rb:27:in `accept'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:21:in `block in visit_features'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:170:in `broadcast'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/ast/tree_walker.rb:20:in `visit_features'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/runtime.rb:49:in `run!'
/ruby/1.9.1/gems/cucumber-1.3.13/lib/cucumber/cli/main.rb:47:in `execute!'
/ruby/1.9.1/gems/cucumber-1.3.13/bin/cucumber:13:in `<top (required)>'
/ruby/1.9.1/bin/cucumber:23:in `load'
/ruby/1.9.1/bin/cucumber:23:in `<main>', try 1 of 1

Looks to be caused by cucumber/common@30f04a7#diff-b1b989b268d340d88460043960afb2cdR49

os97673 added a commit that referenced this issue Mar 28, 2014
…ure-v1.3.x

Fix #660 and let the rerun formatter include all examples rows when the background fails
@os97673
Copy link
Member

os97673 commented Mar 28, 2014

Should be fixed now. Please try 1.3.14

@os97673 os97673 closed this as completed Mar 28, 2014
@os97673 os97673 added this to the 1.3 milestone Mar 28, 2014
@mattwynne
Copy link
Member

Thanks Oleg!

@liggitt
Copy link
Author

liggitt commented Mar 31, 2014

Works great, thanks for the quick fix

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants