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

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

module QA
  FactoryBot.define do
    factory :file, class: 'QA::Resource::File'
  end
end