Store the report category.
This commit is contained in:
parent
875e588348
commit
63992d83bd
11 changed files with 69 additions and 80 deletions
|
@ -1,6 +1,7 @@
|
|||
FactoryBot.define do
|
||||
factory :report do
|
||||
sequence(:details) { |n| "Report details #{n}" }
|
||||
category "other"
|
||||
issue
|
||||
user
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue