Initial commit
This commit is contained in:
9
spec/factories/terms.rb
Normal file
9
spec/factories/terms.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
FactoryBot.define do
|
||||
factory :term do
|
||||
label "Worldwide"
|
||||
|
||||
trait :other do
|
||||
label "Other"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user