Sha256: 7afe4a771b76a8a2d791b0e8a08000edc60049e1f186d3528a4db36289388f18
Contents?: true
Size: 327 Bytes
Versions: 48
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/store_credit_factory' RSpec.describe 'store credit factory' do let(:factory_class) { Spree::StoreCredit } describe 'plain store credit' do let(:factory) { :store_credit } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems