debian-mirror-gitlab/spec/factories/shards.rb

8 lines
105 B
Ruby
Raw Normal View History

2019-10-12 21:52:04 +05:30
# frozen_string_literal: true
2019-02-15 15:39:39 +05:30
FactoryBot.define do
factory :shard do
2019-12-21 20:55:43 +05:30
name { "default" }
2019-02-15 15:39:39 +05:30
end
end