mechanism to report spam ips to stopforumspam

This commit is contained in:
Kyle Drake 2017-01-11 17:16:40 -06:00
parent 7be37ce595
commit bedc08cb58
10 changed files with 38 additions and 25 deletions

View file

@ -60,7 +60,7 @@ describe 'signup' do
site.site_updated_at.must_equal nil
site.is_education.must_equal false
site.ip.must_equal Site.hash_ip('127.0.0.1')
site.ip.must_equal '127.0.0.1'
end
it 'fails if site with same ip has been banned' do