Store the report category.

This commit is contained in:
Andy Allan 2017-12-13 16:02:55 +00:00
parent 875e588348
commit 63992d83bd
11 changed files with 69 additions and 80 deletions

View file

@ -1,6 +1,7 @@
FactoryBot.define do
factory :report do
sequence(:details) { |n| "Report details #{n}" }
category "other"
issue
user
end