Joe Van Dyk wrote:
Try making your captures non-greedy (with ?).Ambiguous match of "a volunteer 'Joe' from 'Cincinnati'":features/step_definitions/user_steps.rb:1:in `/^a volunteer '(.*)'$/' features/step_definitions/user_steps.rb:5:in `/^a volunteer '(.*)' from '(.*)'$/' Don't see how that's ambiguous. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
-Ben _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
