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

designs.rb « factories « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1475d8c3e0d4e5cd446dfdd20be8ba50f871a756 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module QA
  FactoryBot.define do
    factory :design, class: 'QA::Resource::Design'
  end
end