Sha256: 052bb116f633b3ea28fc7b2c9fbf83a9ad2f7e1b22440ee78db18ad65e19cae7
Contents?: true
Size: 365 Bytes
Versions: 48
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/variant_property_rule_factory' RSpec.describe 'variant property rule factory' do let(:factory_class) { Spree::VariantPropertyRule } describe 'variant property rule' do let(:factory) { :variant_property_rule } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems