aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/track_things.rb
Commit message (Collapse)AuthorAgeLines
* Merge branch 'feature/1310-better-track-translation' into rails-3-developLouise Crow2014-04-04-3/+23
| | | | | Conflicts: spec/factories.rb
* Split factories in to individual filesGareth Rees2014-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.