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