aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/blog_categories.rb
blob: c3701dd22303c26c40dc8349722c8fcd9a355bbb (plain) (blame)
1
2
3
Factory.define :blog_category, :class => 'refinery/blog_category' do |f|
  f.sequence(:title) { |n| "Shopping #{n}" }
end