Is there any difference between Factory(:some_factory) and FactoryGirl.create(:some_factory)?
Factory(:some_factory) was causing ActiveRecord::AssociationTypeMismatch in one controller spec while FactoryGirl.create(:some_factory) was not causing it