mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
FEATURE: 🎁 rate limit invites for non-staff users
This commit is contained in:
@ -4,6 +4,8 @@ describe Invite do
|
||||
|
||||
it { is_expected.to validate_presence_of :invited_by_id }
|
||||
|
||||
it { is_expected.to rate_limit }
|
||||
|
||||
let(:iceking) { 'iceking@adventuretime.ooo' }
|
||||
|
||||
context 'user validators' do
|
||||
|
Reference in New Issue
Block a user