Sha256: fde4b1bc14ecc6f244cae5ab2f84715ccd4653c39cf7bf779fa9e0f8c9ac84b9
Contents?: true
Size: 357 Bytes
Versions: 48
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/promotion_category_factory' RSpec.describe 'promotion category factory' do let(:factory_class) { Spree::PromotionCategory } describe 'plain promotion category' do let(:factory) { :promotion_category } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems