Sha256: 5043ac0dd7adfcc1d9cb7f18d3f4a1518a8f256b1d02501f56e6529283f68a91
Contents?: true
Size: 164 Bytes
Versions: 73
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :promotion_category, class: 'Spree::PromotionCategory' do name { 'Promotion Category' } end end
Version data entries
73 entries across 73 versions & 3 rubygems