9a2869ab46
The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
8 lines
208 B
Ruby
8 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
|