Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'feature/1310-better-track-translation' into rails-3-develop | Louise Crow | 2014-04-04 | -3/+23 |
| | | | | | Conflicts: spec/factories.rb | |||
* | Split factories in to individual files | Gareth Rees | 2014-03-25 | -0/+10 |
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. |