I am using rails 3.2.0.rc1 and factory_girl_rails
I want the location of my plants to be RAILS_ROOT/factories instead of RAILS_ROOT/specs/factories
When I use Rails generators, I know that it creates factories by default, how can I tell Rails where to put them?
source share