Upstream sync

This commit is contained in:
Senad Uka
2020-06-23 17:10:53 +02:00
parent afee9d9bc9
commit 6b0ea5b7df
17 changed files with 346 additions and 6 deletions

View File

@@ -28,6 +28,10 @@ FactoryBot.define do
release_type "material"
end
factory :misc_release_contract_template do
release_type "misc"
end
factory :location_release_contract_template do
release_type "location"
end