Re: [rspec-users] Select box with Webrat

2009-04-23 Thread mikej
Thanks for the response. I think I tried that one, still get the response: The 'Pollution' option was not found in the "temp_aspect_topic_id" select box (Webrat::NotFoundError) Any more thought? Mike ___ rspec-users mailing list rspec-users@rubyforge.

Re: [rspec-users] Select box with Webrat

2009-04-23 Thread mikej
Thanks for the response. I think I tried that one, still get the response: The 'Pollution' option was not found in the "temp_aspect_topic_id" select box (Webrat::NotFoundError) Any more thought? Mike ___ rspec-users mailing list rspec-users@rubyforge.

[rspec-users] Select box with Webrat

2009-04-22 Thread mikej
I have a select box: – Select Topic – Pollution I would like to select the pollution option from the list using webrat. I've tried: select "Pollution", :from => "temp_aspect[topic_id]" select "Pollution" In both cases I receive the error: The 'Pollution' option was not found