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