Sha256: 00a479864d3dc7816da66d6dad55010f87dee069f200277fa4def089936abf0b
Contents?: true
Size: 337 Bytes
Versions: 48
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/promotion_code_factory' RSpec.describe 'promotion code factory' do let(:factory_class) { Spree::PromotionCode } describe 'plain promotion code' do let(:factory) { :promotion_code } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems