aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/factories/blog_categories.rb
blob: b2de8027679ce53a45f0353c1623708d500901b8 (plain) (blame)
1
2
3
Factory.define(:blog_category) do |f|
  f.sequence(:title) { |n| "Shopping #{n}" }
end