Sha256: 1fd2b2e700809d32ab1a4fef6514e21f6a517105b3e83dda72d9e7360745c5ed
Contents?: true
Size: 317 Bytes
Versions: 52
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true require 'spree/testing_support/factories/variant_property_rule_factory' require 'spree/testing_support/factories/property_factory' FactoryBot.define do factory :variant_property_rule_value, class: 'Spree::VariantPropertyRuleValue' do variant_property_rule property end end
Version data entries
52 entries across 52 versions & 2 rubygems