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