Sha256: 5ab654144406bd68ebea0a93269841fcd197bdd3cdd57bc570b7ed1d04332f32
Contents?: true
Size: 394 Bytes
Versions: 48
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/variant_property_rule_value_factory' RSpec.describe 'variant property rule value factory' do let(:factory_class) { Spree::VariantPropertyRuleValue } describe 'variant property rule value' do let(:factory) { :variant_property_rule_value } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems