blob: 0f26559d89e858d3973312cb5112ac54f4f0b492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
end
end
|