summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rubygem-activesupport.spec3
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