[rubygem-activesupport] Re-enabled all tests since rhbz#718695 is fixed by latest Ruby release.

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 18 11:19:05 UTC 2011


commit 3787de8460896621a84151561d0cfc7116788431
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 18 13:18:43 2011 +0200

    Re-enabled all tests since rhbz#718695 is fixed by latest Ruby release.

 rubygem-activesupport.spec |    3 +--
 1 files changed, 1 insertions(+), 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


More information about the scm-commits mailing list