FEATURE: auto block fast typers

if tl0 enter text too fast they get automatically blocked, configurable
This commit is contained in:
Sam
2015-08-04 12:06:07 +10:00
parent 61536c911b
commit 6fdd53e3d6
4 changed files with 31 additions and 7 deletions

View File

@ -492,6 +492,8 @@ describe PostsController do
expect(parsed["action"]).to eq("enqueued")
expect(user.blocked).to eq(true)
end
it 'creates the post' do