blob: cf2a2b76bcbf9804e14c0cc72531c8013b987150 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|