I am using the rails console in a development environment and I want to use factories. How can I access them?
I tried require "FactoryGirl" which returns
1.9.3p393 :301 > require "FactoryGirl" LoadError: cannot load such file -- FactoryGirl
ruby-on-rails factory-bot
Eric Baldwin Aug 12 '13 at 20:12 2013-08-12 20:12
source share