From 143f026a0b854c663b4128603f8ac490f3ec7113 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 10 Jun 2008 00:24:50 +0000 Subject: [PATCH] ActionItem392: fixing test --- test/unit/profile_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/profile_test.rb b/test/unit/profile_test.rb index 18c4c27..7e2762d 100644 --- a/test/unit/profile_test.rb +++ b/test/unit/profile_test.rb @@ -506,7 +506,7 @@ class ProfileTest < Test::Unit::TestCase should 'be able to add a block as extra data for index' do klass = Class.new(Profile) - result = mock + result = Object.new klass.extra_data_for_index do |obj| result end -- libgit2 0.21.2