debian-mirror-gitlab/spec/factories/shards.rb
2019-12-21 20:55:43 +05:30

8 lines
105 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :shard do
name { "default" }
end
end