Sha256: 9f6607b4b7cb4a9ab0fde09f1b97c0b2f012bdbb1ec1be7146d11c660f666342
Contents?: true
Size: 449 Bytes
Versions: 11
Compression:
Stored size: 449 Bytes
Contents
require 'rails_helper' require 'spree/testing_support/factories/store_credit_type_factory' RSpec.describe 'store credit type factory' do let(:factory_class) { Spree::StoreCreditType } describe 'primary credit type' do let(:factory) { :primary_credit_type } it_behaves_like 'a working factory' end describe 'secondary credit type' do let(:factory) { :secondary_credit_type } it_behaves_like 'a working factory' end end
Version data entries
11 entries across 11 versions & 1 rubygems