fix intro test
This commit is contained in:
@@ -22,8 +22,8 @@ module PostSets
|
|||||||
|
|
||||||
context "a set for the 'a' tag query" do
|
context "a set for the 'a' tag query" do
|
||||||
setup do
|
setup do
|
||||||
@post_4 = 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")
|
@post_5 = FactoryGirl.create(:post, :tag_string => "a", :fav_count => 5)
|
||||||
end
|
end
|
||||||
|
|
||||||
context "with no page" do
|
context "with no page" do
|
||||||
|
|||||||
Reference in New Issue
Block a user