Sha256: af2527dbd3bd2c17344a91e89489af03e53ec242836b8201d08f9f51295b1149
Contents?: true
Size: 189 Bytes
Versions: 15
Compression:
Stored size: 189 Bytes
Contents
Factory.define :option_value do |f| f.name "Size" f.presentation "S" f.association :option_type end Factory.define :option_type do |f| f.name "foo-size" f.presentation "Size" end
Version data entries
15 entries across 15 versions & 2 rubygems