On Fri, Oct 10, 2008 at 3:05 AM, Matt Wynne <[EMAIL PROTECTED]> wrote:
> Do we need to make it a bit clearer on the rspec.info site that cucumber is
> the way forward? The trail of blog posts etc with the up-to-date info is
> probably fairly bewildering to a newbie.
I updated the website (just a q
Yeah, I think that would be a very good idea. Some info on how Webrat
fits in with RSpec would be helpful also.
FWIW, from the perspective of someone coming to this with absolutely no
past Rails testing experience and only a few months of RoR experience,
here's what I saw when I started lookin
Do we need to make it a bit clearer on the rspec.info site that
cucumber is the way forward? The trail of blog posts etc with the up-
to-date info is probably fairly bewildering to a newbie.
On 9 Oct 2008, at 19:38, Mark Thomson wrote:
Thanks guys. I took your advice and moved to cucumber. It
Thanks guys. I took your advice and moved to cucumber. It did turn out
to be useful in that the more verbose error reporting led me to dive
more deeply into the webrat source, eventually leading me to my problem
- which actually was essentially the same noob error I made a few days
when I faile
On Thu, Oct 9, 2008 at 1:57 AM, Matt Wynne <[EMAIL PROTECTED]> wrote:
> On 9 Oct 2008, at 02:55, Mark Thomson wrote:
>
>> I have an RSpec story with an overall structure that looks something like
>> this -
>>
>>
>> Given the user is on the start page
>> When the user clicks the 'new' button
>>
On 9 Oct 2008, at 02:55, Mark Thomson wrote:
I have an RSpec story with an overall structure that looks something
like this -
Given the user is on the start page
When the user clicks the 'new' button
Then the 'new record' page should be displayed
When the user fills in the form
And the
I have an RSpec story with an overall structure that looks something
like this -
Given the user is on the start page
When the user clicks the 'new' button
Then the 'new record' page should be displayed
When the user fills in the form
And the user submits the form
Then the updated form shou