Living and learning !
Cheers for that David!
Cheers!
sinclair
On 9/28/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
>
> On 9/28/07, sinclair bain <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have the following example:
> >
> >
> > it 'should have a form with an action attribute' do
> > r
On 9/28/07, sinclair bain <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have the following example:
>
>
> it 'should have a form with an action attribute' do
> response.should have_tag( "form[action=?]",
> '/users/1/machines/1/trouble_tickets')
> end
> for a form like so:
>
>
> <% form_for( :trou
Hi,
I have the following example:
it 'should have a form with an action attribute' do
response.should have_tag( "form[action=?]",
'/users/1/machines/1/trouble_tickets')
end
for a form like so:
<% form_for( :trouble_ticket,
:url => { :action => 'create',
:user_id => @