about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_preset_fabricator.rb
blob: c50e08bf4f085958c994518ca2b4ecac10ac8af0 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

Fabricator(:account_warning_preset) do
  text { Faker::Lorem.paragraph }
end