2018-03-17 18:26:18 +05:30
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_bot
|
2016-04-02 18:10:28 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
FactoryBot.define do
|
2016-04-02 18:10:28 +05:30
|
|
|
factory :appearance do
|
|
|
|
title "MepMep"
|
|
|
|
description "This is my Community Edition instance"
|
2018-03-17 18:26:18 +05:30
|
|
|
new_project_guidelines "Custom project guidelines"
|
2016-04-02 18:10:28 +05:30
|
|
|
end
|
|
|
|
end
|