1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
mastodon/spec/models/user_invite_request_spec.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
78 B
Ruby

require 'rails_helper'
RSpec.describe UserInviteRequest, type: :model do
end