diff options
| author | Robert | 2018-01-08 14:28:39 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-01-10 17:43:03 +0100 | 
| commit | 3c4648646458f5109fb95a295aff0c42024fdf50 (patch) | |
| tree | 969a95690c63e03b7ebc993deefc09f1df56f370 /spec/factories | |
| parent | e9f9757ea558f90ed125c0284b9cb98539764b75 (diff) | |
| download | chouette-core-3c4648646458f5109fb95a295aff0c42024fdf50.tar.bz2 | |
Refs: #5499@0.5h; Scaffolded Workgroup
  Next:
  - spec associations and name
  - spec initialisation
  - implement
Diffstat (limited to 'spec/factories')
| -rw-r--r-- | spec/factories/workgroups.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/spec/factories/workgroups.rb b/spec/factories/workgroups.rb new file mode 100644 index 000000000..d9647ae1a --- /dev/null +++ b/spec/factories/workgroups.rb @@ -0,0 +1,7 @@ +FactoryGirl.define do +  factory :workgroup do +    name "MyString" +    stop_area_referential nil +    line_referential nil +  end +end | 
