summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-07-18 13:18:43 +0200
committerVít Ondruch <vondruch@redhat.com>2011-07-18 13:18:43 +0200
commit3787de8460896621a84151561d0cfc7116788431 (patch)
tree994c0755d2ca648c495f25cbe9f9d12f953d959f
parentf50f497bc5c90b277b04f4279c838829385b3faf (diff)
downloadrubygem-activesupport-3787de8460896621a84151561d0cfc7116788431.tar.gz
rubygem-activesupport-3787de8460896621a84151561d0cfc7116788431.tar.xz
rubygem-activesupport-3787de8460896621a84151561d0cfc7116788431.zip
Re-enabled all tests since rhbz#718695 is fixed by latest Ruby release.
-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