Hi,
In a Rails functional test, you can say this:
post :create, :post => { :body => 'This is my post.', :title => 'Welcome to
my post' }
This works until you change the Post class' validation properties. Is there
a way to convert an object (that happens to be already valid) to the hash
form required by the functional test?
CmdJohnson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---