aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/refinery/factories/blog_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/refinery/factories/blog_posts.rb')
-rw-r--r--spec/support/refinery/factories/blog_posts.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/support/refinery/factories/blog_posts.rb b/spec/support/refinery/factories/blog_posts.rb
deleted file mode 100644
index 548636d..0000000
--- a/spec/support/refinery/factories/blog_posts.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-Factory.define :blog_post, :class => 'refinery/blog_post' do |f|
- f.sequence(:title) { |n| "Top #{n} Shopping Centers in Chicago" }
- f.body "These are the top ten shopping centers in Chicago. You're going to read a long blog post about them. Come to peace with it."
- f.draft false
- f.tag_list "chicago, shopping, fun times"
- f.published_at Time.now
-end