RailsApps/rails3-mongoid-devise

Factory Girl 2.0.0.rc3 is broken, need to use FG 2.0.0.rc1 until they fix

Closed this issue · 1 comments

This seems to be a known issue. See here: thoughtbot/factory_bot#156

After using the generator, put this in the gem file:

gem "factory_girl", :git => 'git://github.com/thoughtbot/factory_girl.git', :tag=>'v2.0.0.rc1'

The issue can be resolved by using FactoryGirl 2.0.0.rc4. I've updated the Rails Apps Composer, the application template, and the example source code accordingly.