Sha256: 1dbd188d1137b4c3aaf0f1e4a0b123f89e69c426a74fb2eb73632a8fec204901
Contents?: true
Size: 361 Bytes
Versions: 48
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true 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
48 entries across 48 versions & 2 rubygems