Add searchability post/receive test

This commit is contained in:
KMY 2023-08-08 14:03:48 +09:00
parent daa0f170c6
commit 8915cb4c2b
4 changed files with 256 additions and 1 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:instance_info) do
domain 'info.example.com'
software 'mastodon'
version '4.1.0'
end