Re: [rspec-users] fills_in NoMethodError

2008-10-10 Thread David Chelimsky
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

Re: [rspec-users] fills_in NoMethodError

2008-10-10 Thread Mark Thomson
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

Re: [rspec-users] fills_in NoMethodError

2008-10-10 Thread Matt Wynne
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

Re: [rspec-users] fills_in NoMethodError

2008-10-09 Thread Mark Thomson
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

Re: [rspec-users] fills_in NoMethodError

2008-10-09 Thread David Chelimsky
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 >>

Re: [rspec-users] fills_in NoMethodError

2008-10-08 Thread Matt Wynne
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

[rspec-users] fills_in NoMethodError

2008-10-08 Thread Mark Thomson
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