2017-12-13 19:13:44 -05:00
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_bot
|
2016-02-22 14:49:16 -05:00
|
|
|
|
2017-12-13 19:13:44 -05:00
|
|
|
FactoryBot.define do
|
2016-02-22 14:49:16 -05:00
|
|
|
factory :appearance do
|
|
|
|
title "MepMep"
|
|
|
|
description "This is my Community Edition instance"
|
2017-11-22 08:48:38 -05:00
|
|
|
new_project_guidelines "Custom project guidelines"
|
2016-02-22 14:49:16 -05:00
|
|
|
end
|
|
|
|
end
|