Sha256: 5f639abc3d20d2113b1951344ac3b20220e0d381aabe0b206da94a55348f7425
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true require 'spree/testing_support' Spree::TestingSupport.deprecate_cherry_picking_factory_bot_files FactoryBot.define do factory :promotion_category, class: 'Spree::PromotionCategory' do name { 'Promotion Category' } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_core-2.11.4 | lib/spree/testing_support/factories/promotion_category_factory.rb |