Add terms of service (#33055)
This commit is contained in:
parent
7a2a345c08
commit
30aa0df88c
129 changed files with 1456 additions and 238 deletions
8
spec/fabricators/terms_of_service_fabricator.rb
Normal file
8
spec/fabricators/terms_of_service_fabricator.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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 }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue