Sha256: 268f1638213228e519c1f1a038310e79b38a60cc539ac0dd34383763fae0d6df
Contents?: true
Size: 511 Bytes
Versions: 96
Compression:
Stored size: 511 Bytes
Contents
require 'support/structural_metadata_helper' FactoryGirl.define do factory :structure, class: Ddr::Models::Structure do factory :simple_structure do initialize_with do new(simple_structure_document) end end factory :nested_structure do initialize_with do new(nested_structure_document) end end factory :multiple_struct_maps_structure do initialize_with do new(multiple_struct_maps_structure_document) end end end end
Version data entries
96 entries across 96 versions & 1 rubygems