Sha256: 23cec0a8ce46978e81a9a570b987e9f0ee25e2f186b9eb31d2ef32bd085e2e94
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true require 'spree/testing_support' Spree::TestingSupport.deprecate_cherry_picking_factory_bot_files FactoryBot.define do factory :variant_property_rule_condition, class: 'Spree::VariantPropertyRuleCondition' do variant_property_rule option_value end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_core-2.11.4 | lib/spree/testing_support/factories/variant_property_rule_condition_factory.rb |