9 lines
157 B
Ruby
9 lines
157 B
Ruby
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
FactoryGirl.define do
|
|
factory :fetmeeting do
|
|
tnlist "MyText"
|
|
typ 1
|
|
end
|
|
end
|