1
0
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-18 17:15:03 +01:00
mastodon/spec/fabricators/user_invite_request_fabricator.rb
Eugen Rochko 8b69a66380 Add "why do you want to join" field to invite requests ()
* Add "why do you want to join" field to invite requests

Fix 

* Remove unused translations

* Fix broken registrations when no invite request text is submitted
2019-04-09 23:06:30 +09:00

5 lines
80 B
Ruby

Fabricator(:user_invite_request) do
user
text { Faker::Lorem.sentence }
end