Sha256: a608719cba905ea5eebd660bc5a0059940c8d8880ee90b60f9814461b3e8f8e2
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
require 'factory_girl' FactoryGirl.define do factory :product do code 'A1111' name 'Product A1111' end factory :color_variation do code 'C1111' name 'ColorVariation A1111' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
qor_cache-0.0.4 | test/factories.rb |
qor_cache-0.0.3 | test/factories.rb |
qor_cache-0.0.2 | test/factories.rb |
qor_cache-0.0.1 | test/factories.rb |