From 256c6f2e806eaedaeec2469a0f8a1b53f762aec7 Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 28 Jun 2013 10:10:08 -0400 Subject: [PATCH] fix intro test --- test/unit/post_sets/intro_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/post_sets/intro_test.rb b/test/unit/post_sets/intro_test.rb index f6f0f55ac..58a19363c 100644 --- a/test/unit/post_sets/intro_test.rb +++ b/test/unit/post_sets/intro_test.rb @@ -22,8 +22,8 @@ module PostSets context "a set for the 'a' tag query" do setup do - @post_4 = FactoryGirl.create(:post, :tag_string => "a") - @post_5 = FactoryGirl.create(:post, :tag_string => "a") + @post_4 = FactoryGirl.create(:post, :tag_string => "a", :fav_count => 5) + @post_5 = FactoryGirl.create(:post, :tag_string => "a", :fav_count => 5) end context "with no page" do