9 lines
208 B
Ruby
9 lines
208 B
Ruby
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||
|
|
||
|
FactoryGirl.define do
|
||
|
factory :appearance do
|
||
|
title "MepMep"
|
||
|
description "This is my Community Edition instance"
|
||
|
end
|
||
|
end
|