Sha256: 1ef74c8672aa7e97c046502035d0e2a44683020dcc3fb0b58114b1339b1d58c8
Contents?: true
Size: 414 Bytes
Versions: 48
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/variant_property_rule_condition_factory' RSpec.describe 'variant property rule condition factory' do let(:factory_class) { Spree::VariantPropertyRuleCondition } describe 'variant property rule condition' do let(:factory) { :variant_property_rule_condition } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems