Archived
2
0
Fork 0

Restore missing fabricators (#23951)

This commit is contained in:
Matt Jankowski 2023-03-04 12:31:13 -05:00 committed by GitHub
parent 506b16cf59
commit 2d1ccb3d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:account_warning_preset) do
text { Faker::Lorem.paragraph }
end