Re: [rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread David Chelimsky
On Mar 31, 2008, at 6:29 PM, "Tim Haines" <[EMAIL PROTECTED]> wrote: I don't know how the plain text stories are parsed, but would it be reasonable to expect that if they are "plain text" rather than ruby, then lower case 'and' could be used interchangeably? Is consistency really required

Re: [rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread Tim Haines
I don't know how the plain text stories are parsed, but would it be reasonable to expect that if they are "plain text" rather than ruby, then lower case 'and' could be used interchangeably? Is consistency really required here? I'm thinking I would like other people writing stories for me in the

Re: [rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread Tim Haines
Cool.I didn't know about and and Ruby. :-) thanks! On 01/04/2008, Chuck Remes <[EMAIL PROTECTED]> wrote: > > > On Mar 31, 2008, at 4:53 PM, Tim Haines wrote: > > > Hi Guys, > > > > Just writing out a plain English story and was surprised to see one > > of my steps wasn't listed as pending.

Re: [rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread David Chelimsky
On Mon, Mar 31, 2008 at 6:06 PM, Chuck Remes <[EMAIL PROTECTED]> wrote: > On Mar 31, 2008, at 4:53 PM, Tim Haines wrote: > > Hi Guys, > > > > Just writing out a plain English story and was surprised to see one > > of my steps wasn't listed as pending. It turned out it was because > > I had s

Re: [rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread Chuck Remes
On Mar 31, 2008, at 4:53 PM, Tim Haines wrote: > Hi Guys, > > Just writing out a plain English story and was surprised to see one > of my steps wasn't listed as pending. It turned out it was because > I had started the line with and instead of And. Is there any reason > why and shouldn't

[rspec-users] Given .. and .. - And requires capitalisation

2008-03-31 Thread Tim Haines
Hi Guys, Just writing out a plain English story and was surprised to see one of my steps wasn't listed as pending. It turned out it was because I had started the line with and instead of And. Is there any reason why and shouldn't be an alias for And? Tim. ___