From 1ef84a1d5b55304f1a6e365c944ecc1d222ab8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ug=CC=A7is=20Ozols?= Date: Thu, 17 Oct 2013 08:32:11 +0300 Subject: Don't set tag_list on the post factory - it's not a required attribute. --- spec/factories/blog_posts.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/factories') diff --git a/spec/factories/blog_posts.rb b/spec/factories/blog_posts.rb index ff4cf16..51c6b8a 100644 --- a/spec/factories/blog_posts.rb +++ b/spec/factories/blog_posts.rb @@ -3,7 +3,6 @@ FactoryGirl.define do sequence(:title) { |n| "Top #{n} Shopping Centers in Chicago" } 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." draft false - tag_list "chicago, shopping, fun times" published_at Time.now author { FactoryGirl.create(:refinery_user) } -- cgit v1.2.3