2023-10-26 01:34:10 +00:00

8 lines
113 B
Ruby

FactoryGirl.define do
factory :project do
title "MyString"
description "MyText"
user nil
end
end