aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/comments.rb
Commit message (Collapse)AuthorAgeLines
* Split factories in to individual filesGareth Rees2014-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.