Re: [rspec-users] cucumber ambiguous match

2009-02-28 Thread Mark Wilden
On Sat, Feb 28, 2009 at 5:54 PM, Ben Mabey wrote: > Joe Van Dyk wrote: >>      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 >> '(.*)' fr

Re: [rspec-users] cucumber ambiguous match

2009-02-28 Thread Ben Mabey
Joe Van Dyk wrote: 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. ___

Re: [rspec-users] cucumber ambiguous match

2009-02-28 Thread Joe Van Dyk
nevermind, I see it. On Sat, Feb 28, 2009 at 12:59 PM, Joe Van Dyk wrote: >      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 > '(.*)' fro

[rspec-users] cucumber ambiguous match

2009-02-28 Thread Joe Van Dyk
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.