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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/workbenches.rb b/spec/factories/workbenches.rb
index d55141513..57bef2203 100644
--- a/spec/factories/workbenches.rb
+++ b/spec/factories/workbenches.rb
@@ -5,5 +5,6 @@ FactoryGirl.define do
association :organisation
association :line_referential
association :stop_area_referential
+ association :output, factory: :referential_suite
end
end