fix intro test

This commit is contained in:
Toks 2013-06-28 10:10:08 -04:00
parent 2e554ed100
commit 256c6f2e80

View File

@ -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