2
0

Improve spec coverage for collection of workers/ classes (#27874)

This commit is contained in:
Matt Jankowski
2023-11-16 09:36:59 -05:00
committed by GitHub
parent 0a6ec048a8
commit 155fb84141
16 changed files with 460 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:account_deletion_request) do
account
end

View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:import) do
account
type :following
data { attachment_fixture('imports.txt') }
end