Commit graph

7 commits

Author SHA1 Message Date
blackst0ne
b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Horacio Bertorello
49957cf551 Fix errors caused by attempts to report already blocked or deleted users 2017-06-28 14:37:14 -03:00
Robert Speicher
46a220ae3c Add AbuseReport#notify
Tell, Don't Ask.
2016-01-04 18:59:42 -05:00
Valery Sizov
e92ceb7b57 fix specs 2015-11-30 16:12:31 +02:00
Douwe Maan
2e2a2a366f Satisfy Rubocop 2015-10-18 13:08:08 +02:00
Douwe Maan
3b1c702572 Fix spec. 2015-10-18 11:58:53 +02:00
Jonathan Rochkind
ae4fbae26c Send an email (to support) when a user is reported for spam 2015-10-08 17:33:57 -04:00