1 2 3 4 5
# frozen_string_literal: true Fabricator(:account_warning_preset) do text { Faker::Lorem.paragraph } end