问题
I'm currently trying to rewrite an application's FactoryGirl factories and therefore I am looking to run two spec folders. Maybe a spec
folder and an old_spec
folder. However there always seems to be conflicts as FactoryGirl doesn't seem to know whether to use the original factories or the new versions... Obviously I would like to have both folders integrated with my CI server as Im re-writing & so therefore I require both folders to be ran. Does anybody have any experience running two spec folders and could offer any advice?
来源:https://stackoverflow.com/questions/41892244/running-two-spec-folders-in-rails-with-rspec