0
0
Fork 0
Legamunt/spec/fabricators/terms_of_service_fabricator.rb
2025-03-05 09:01:33 +00:00

9 lines
256 B
Ruby

# frozen_string_literal: true
Fabricator(:terms_of_service) do
text { Faker::Lorem.paragraph }
changelog { Faker::Lorem.paragraph }
published_at { Time.zone.now }
notification_sent_at { Time.zone.now }
effective_date { Faker::Date.forward }
end