On Thursday, May 17, 2012 at 9:26 AM, Martin Streicher wrote:
I have an application that uses Redis::Objects in some models (no AR) and ActiveRecord::Base for traditional Rails models. Is there a way for me to use FactoryGirl for the former yet FactoryGirlRails for the latter?
--
Individuals over processes. Interactions over tools. Agile Rails training from thoughtbot, the makers of Clearance, Shoulda, & Factory Girl:
http://thoughtbot.com/services/training
You received this message because you are subscribed to the "factory_girl" mailing list.
To post to this group, send email to factor...@googlegroups.com
To unsubscribe from this group, send email to
factory_girl...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/factory_girl?hl=en
Hey Martin,
Yes, sorry - I don't actually know how you save things in that particular ORM, so you'd substitute your own method for "commit" there.-Joe