Displaying 1 result from an estimated 1 matches for "step_invoc".
Did you mean:
step_infos
2009 Apr 15
0
Ambigous error while running cucumber features
...n again with --guess to make Cucumber be more smart
about it
(Cucumber::Ambiguous)
/opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/step_mother.rb:122:in
`step_match''
/opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/ast/step_invocation.rb:50:in
`find_step_match!''
Infact I am getting the same error whenver I try to run more than one
scenario in a feature file with java step definitions. But running the
same via ruby step definitions is working fine. Could anyone please
explain how to solve this ambiguity? Is it not...