1
0
Fork 0
forked from gitea/nas
This commit is contained in:
KMY 2024-03-12 10:21:18 +09:00
parent 8e94ed2cec
commit 7e3af19222
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
Fabricator(:instance_info) do
domain 'info.example.com'
domain { sequence(:domain) { |i| "info-#{i}.example.com" } }
software 'mastodon'
version '4.1.0'
end