-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Description:
In case when developer defines a factory in a separate file (one file equal to one factory)
the file name of such a factory should be one of these:
- Pluralize the model name (example: country model => countries.rb)
- model name and plus "_factory" (example: country model => country_factory.rb)
Additionally, the new robocop can be implemented with configuration options to decide what style from these two is chosen.