diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/factories/custom_fields.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spec/factories/custom_fields.rb b/spec/factories/custom_fields.rb index db7a3823e..897fb4786 100644 --- a/spec/factories/custom_fields.rb +++ b/spec/factories/custom_fields.rb @@ -5,5 +5,6 @@ FactoryGirl.define do      sequence(:name){|n| "custom field ##{n}"}      field_type "integer"      options( { capacity: "0" } ) +    workgroup { Referential.find_by!(name: "first").workgroup }    end  end | 
