1
0
Fork 0

Configure directory for generated factories

This commit is contained in:
Alex Kotov 2018-11-30 12:55:27 +05:00
parent f45c5bbe8b
commit 3abf35dd0a
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 4 additions and 0 deletions

View File

@ -38,5 +38,9 @@ module Partynest
# Don't generate system test files.
config.generators.system_tests = nil
config.generators do |g|
g.factory_bot dir: 'factories'
end
end
end