FEATURE: 🎁 rate limit invites for non-staff users

This commit is contained in:
Arpit Jalan
2015-01-20 00:20:01 +05:30
parent 2ae3ebc88b
commit 5e751ce90a
5 changed files with 14 additions and 1 deletions

View File

@ -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