aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/workbenches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/workbenches.rb')
-rw-r--r--spec/factories/workbenches.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/factories/workbenches.rb b/spec/factories/workbenches.rb
index f51e7d94c..d55141513 100644
--- a/spec/factories/workbenches.rb
+++ b/spec/factories/workbenches.rb
@@ -1,8 +1,8 @@
FactoryGirl.define do
factory :workbench do
- sequence(:name) { |n| "Workbench #{n}" }
+ name "Gestion de l'offre"
- association :organisation, :factory => :organisation
+ association :organisation
association :line_referential
association :stop_area_referential
end