about summary refs log tree commit diff
path: root/spec/models/report_spec.rb
AgeCommit message (Collapse)Author
2018-05-03Add missing tests for report.rb (#7324)Shuhei Kitagawa
2017-09-07Feat add validation for report comment: characters under 1000 valid (#4833)voidSatisfaction
2017-04-30Reports spec for media attachments, clean up method (#2660)Matt Jankowski
* Add coverage for Report#media_attachments * Direct query on media attachment
2017-04-14Admin reports controller improvements (#1714)Matt Jankowski
* Simplify admin/reports controller filtering for index * Rename parameter to resolved * Fix issue where reports view could not access filter_link_to * Add coverage for admin/reports controller * DRY up resolution of related reports for target account * Clean up admin/reports routes * Add Report#statuses method * DRY up current account action taken params * Rubocop styles
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko