BURs: make the reason required.

This commit is contained in:
evazion
2020-05-04 03:07:30 -05:00
parent 08fe1c453c
commit 12d83408ab
3 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ FactoryBot.define do
user
title {"xxx"}
script {"create alias aaa -> bbb"}
reason { FFaker::Lorem.sentences.join(" ") }
skip_secondary_validations {true}
end
end