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 0f26559d8..98fdd6ad9 100644
--- a/spec/factories/workbenches.rb
+++ b/spec/factories/workbenches.rb
@@ -7,5 +7,6 @@ FactoryGirl.define do
association :line_referential
association :stop_area_referential
association :output, factory: :referential_suite
+ association :workgroup
end
end