Re: [rspec-users] View Testing: Action with parameters

2008-06-21 Thread Britt Mileshosky
From: [EMAIL PROTECTED] To: [email protected] Date: Sat, 21 Jun 2008 17:13:14 -0500 Subject: Re: [rspec-users] View Testing: Action with parameters On Jun 21, 2008, at 5:03 PM, Britt Mileshosky wrote:I'm looking for the solution to testing for the correct format of a form action

Re: [rspec-users] View Testing: Action with parameters

2008-06-21 Thread David Chelimsky
From: [EMAIL PROTECTED] To: [email protected] Date: Sat, 21 Jun 2008 17:13:14 -0500 Subject: Re: [rspec-users] View Testing: Action with parameters On Jun 21, 2008, at 5:03 PM, Britt Mileshosky wrote: I'm looking for the solution to testing for the correct format of a form action

Re: [rspec-users] View Testing: Action with parameters

2008-06-21 Thread Britt Mileshosky
Expected at least 1 element matching "form[action='/categorizations?person=1002'][method='post']", found 0. is not true. From: [EMAIL PROTECTED] To: [email protected] Date: Sat, 21 Jun 2008 17:13:14 -0500 Subject: Re: [rspec-users] View Testing: Act

Re: [rspec-users] View Testing: Action with parameters

2008-06-21 Thread David Chelimsky
On Jun 21, 2008, at 5:03 PM, Britt Mileshosky wrote: I'm looking for the solution to testing for the correct format of a form action with extra parameters in the url in my view tests. I'm probably overlooking something simple, but I cannot figure out why this is not working. Should i event b

[rspec-users] View Testing: Action with parameters

2008-06-21 Thread Britt Mileshosky
I'm looking for the solution to testing for the correct format of a form action with extra parameters in the url in my view tests. I'm probably overlooking something simple, but I cannot figure out why this is not working. Should i event be testing for this in my view test, or should this be a c