Description of problem: - I\'ve setup factory_girl_rails however whenever I try and load a factory it\'s trying to load it multiple times.
Envir
I resolved it by removing spec/factories/xxx.rb from command line:
spec/factories/xxx.rb
rspec spec/factories/xxx.rb spec/model/xxx.rb # before rspec spec/model/xxx.rb # after