aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/factories
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-04-22 15:05:55 -0500
committerJoe Sak <joe@joesak.com>2011-04-22 15:05:55 -0500
commitfe3bb08fcf7455bf446734e380e68bfc410886c3 (patch)
tree7928c3a13ed728accf8a50bbce0614d047ac25b2 /features/support/factories
parentb0d7a687b7dcf2bc70fe83b8b4b191f8861d3c0f (diff)
downloadrefinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.gz
refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.bz2
refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.zip
tests were failing all over the place
Diffstat (limited to 'features/support/factories')
-rw-r--r--features/support/factories/blog_categories.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/support/factories/blog_categories.rb b/features/support/factories/blog_categories.rb
index eaf025c..b2de802 100644
--- a/features/support/factories/blog_categories.rb
+++ b/features/support/factories/blog_categories.rb
@@ -1,4 +1,3 @@
Factory.define(:blog_category) do |f|
f.sequence(:title) { |n| "Shopping #{n}" }
- f.posts {|p| [p.association(:post)]}
end