Sha256: bd1a81804afa960b5657e33dbfad2a082db23ffc3e75cfe93bb4063e5fee684c
Contents?: true
Size: 333 Bytes
Versions: 52
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true require 'spree/testing_support/factories/option_value_factory' require 'spree/testing_support/factories/variant_property_rule_factory' FactoryBot.define do factory :variant_property_rule_condition, class: 'Spree::VariantPropertyRuleCondition' do variant_property_rule option_value end end
Version data entries
52 entries across 52 versions & 2 rubygems