From 3787de8460896621a84151561d0cfc7116788431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 18 Jul 2011 13:18:43 +0200 Subject: [PATCH] Re-enabled all tests since rhbz#718695 is fixed by latest Ruby release. --- rubygem-activesupport.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 2304ada..e959d8c 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -73,8 +73,7 @@ cp -a .%{gemdir}/* %{buildroot}%{gemdir} %check pushd %{buildroot}%{geminstdir} -# The load_paths_test.rb was temporary dissabled due to issues with duplicated load paths on i386 (rhbz#718695). -RUBYOPT="Itest" ruby -e "Dir.glob('test/**/*_test.rb').delete_if {|t| /load_paths_test.rb$/ =~ t}.each {|t| require t}" +ruby -Itest -e "Dir.glob('test/**/*_test.rb').each {|t| require t}" popd %files