Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appearances.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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