mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
8 lines
130 B
Ruby
8 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :taxonomy, class: Spree::Taxonomy do
|
|
name { 'Brand' }
|
|
end
|
|
end
|