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
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
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
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
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