John Goodsen wrote: > > but when I run my tests with: jruby -S cucumber -r > stories/support/env.rb > > I am getting Ambiguous match of my steps - but I only have a single > class of steps, NavigationSteps. > > any ideas what's going on?
You have two (or more) step matchers that match a single clause in a scenario. The error message usually tells you exactly which steps in which files collide, for the MRI anyway -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users