From 9630fd21c533c971e9795765f308651ecdfa442a Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 31 Oct 2013 21:04:08 +0000 Subject: [PATCH] profile_list_block_test: fix due to change on content_tag to tag --- test/unit/profile_list_block_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/unit/profile_list_block_test.rb b/test/unit/profile_list_block_test.rb index 3077f73..27dbe35 100644 --- a/test/unit/profile_list_block_test.rb +++ b/test/unit/profile_list_block_test.rb @@ -32,6 +32,7 @@ class ProfileListBlockTest < ActiveSupport::TestCase self.expects(:profile_image_link).with(person2, :minor).once self.expects(:profile_image_link).with(person3, :minor).once + self.stubs(:tag).returns('
') self.expects(:content_tag).returns('
').at_least_once self.expects(:block_title).returns('block title').at_least_once -- libgit2 0.21.2