Howdy. The Rails Guide on Testing states one should call find on a Fixture to grab an instance of the represented object. That doesn't seem to be the case anymore (w/ Rails 3.1.3, anyway). It seems like calling:
now actually returns a User.
Is this true? If so, can the guide be updated?