Open meric426 opened 1 year ago
The default suffixed generator example in https://github.com/thoughtbot/factory_bot_rails states:
config.generators do |g| g.factory_bot suffix: "factory" end
This configuration will result in factories being created with this pattern:
spec/factories/<pluralized_model_name>_factory.rb and we only have support for pluralized model name without suffix.
spec/factories/<pluralized_model_name>_factory.rb
The default suffixed generator example in https://github.com/thoughtbot/factory_bot_rails states:
This configuration will result in factories being created with this pattern:
spec/factories/<pluralized_model_name>_factory.rb
and we only have support for pluralized model name without suffix.Version