Re: [rspec-users] Cucumber::ArityMismatchError

2008-09-30 Thread aidy lewis
Aslak 2008/9/30 aslak hellesoy <[EMAIL PROTECTED]>: > > There are no groups in your regexp. You probably want this: > > /verify the email with the subject of '([\w\x2E\-\s]*)'/ > > Aslak > Apologies. Thank You. Aidy ___ rspec-users mailing list rspec-u

Re: [rspec-users] Cucumber::ArityMismatchError

2008-09-30 Thread David Chelimsky
On Tue, Sep 30, 2008 at 8:59 AM, aidy lewis <[EMAIL PROTECTED]> wrote: > Hi, > > We are receiving an ArityMismatchError when we feel we have a valid RegEx > > error > C:/svnprojects/olc_stories/lib/framework/common_steps/verification_steps.rb:48:in > `/verify the email with the subject of '[\w\x2E\

Re: [rspec-users] Cucumber::ArityMismatchError

2008-09-30 Thread aslak hellesoy
On Tue, Sep 30, 2008 at 3:59 PM, aidy lewis <[EMAIL PROTECTED]> wrote: > Hi, > > We are receiving an ArityMismatchError when we feel we have a valid RegEx > > error > C:/svnprojects/olc_stories/lib/framework/common_steps/verification_steps.rb:48:in > `/verify the email with the subject of '[\w\x2E\

[rspec-users] Cucumber::ArityMismatchError

2008-09-30 Thread aidy lewis
Hi, We are receiving an ArityMismatchError when we feel we have a valid RegEx error C:/svnprojects/olc_stories/lib/framework/common_steps/verification_steps.rb:48:in `/verify the email with the subject of '[\w\x2E\-\s]*'/' create_staff_user.feature:15:in `And verify the email with the subje