2023-11-28 12:04:44 +00:00

10 lines
166 B
Ruby

FactoryGirl.define do
factory :bot do
name "MyString"
telegram_api_token "MyString"
discord_api_token "MyString"
user nil
profile nil
end
end