aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/workbenches.rb
blob: 98fdd6ad98818d10fdc0ac0ef20e450960248695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FactoryGirl.define do
  factory :workbench do
    name "Gestion de l'offre"
    objectid_format 'stif_netex'

    association :organisation
    association :line_referential
    association :stop_area_referential
    association :output, factory: :referential_suite
    association :workgroup
  end
end