For example this is the documentation at: 

http://guides.rubyonrails.org/testing.html#the-low-down-on-fixtures

# this will return the Hash for the fixture named david
users(:david)

# using the find method, we grab the "real" david as a User
david = users(:david).find

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

Reply via email to