summaryrefslogtreecommitdiff
path: root/spec/models/user_agent_detail_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Further refactor and syntax fixes.Patricio Cano2016-08-151-4/+18
|
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-5/+0
| | | | | | | - Merged `AkismetSubmittable` into `Spammable` - Clean up `SpamCheckService` - Added tests for `Spammable` - Added submit (ham or spam) options to `AkismetHelper`
* Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+22
- New concern `AkismetSubmittable` to allow issues and other `Spammable` models to be submitted to Akismet. - New model `UserAgentDetail` to store information needed for Akismet. - Services needed for their creation and tests.