Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Split factories in to individual files | Gareth Rees | 2014-03-25 | -0/+19 |
Factories are loaded automatically from: - test/factories.rb - spec/factories.rb - test/factories/*.rb - spec/factories/*.rb Keeping factories per-model helps navigation, especially when they get more complex with traits and inheritance. |