mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
baffdb9005
Closes #231 When generating factories for namespaced models (like `Admin::User`), we can follow the pattern used by the model and model test generators of generating the file inside a directory matching the namespace. With this commit we generate `test/factories/admin/user.rb` instead of `test/factories/admin_user.rb`. |
||
---|---|---|
.. | ||
factory_bot_rails | ||
generators | ||
factory_bot_rails.rb |