aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/blog_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/blog_posts.rb')
-rw-r--r--spec/factories/blog_posts.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/blog_posts.rb b/spec/factories/blog_posts.rb
deleted file mode 100644
index 6947e81..0000000
--- a/spec/factories/blog_posts.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-Factory.define(:post, :class => BlogPost) do |f|
- f.title "Top Ten 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."
-end \ No newline at end of file