aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/factories/blog_categories.rb
blob: be28d88a2eca8a5ffc33725a99fef675f628b1fb (plain) (blame)
1
2
3
4
Factory.define(:blog_category) do |f|
  f.title "Shopping"
  f.posts {|p| [p.association(:post)]}
end