Sha256: 4ff31d0a506f607e889b401be4f8e1aa002a6d917989a4f66ce83a15fadf970c
Contents?: true
Size: 330 Bytes
Versions: 11
Compression:
Stored size: 330 Bytes
Contents
require 'rails_helper' require 'spree/testing_support/factories/product_option_type_factory' RSpec.describe 'product option type factory' do let(:factory_class) { Spree::ProductOptionType } describe 'plain product option type' do let(:factory) { :product_option_type } it_behaves_like 'a working factory' end end
Version data entries
11 entries across 11 versions & 1 rubygems