blob: b301fa93791506050db31ef6fcc927ee33072d81 (
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 "GitLab Enterprise Edition"
description "Open source software to collaborate on code"
end
end
|