summaryrefslogtreecommitdiff
path: root/test/factories.rb
blob: 6c671f82c76ad932640a24c2148ed0150e15006d (plain)
1
2
3
Dir.glob(Rails.root.join('**','test','factories.rb')) do |factory_file|
  require factory_file
end