|
|
|
@ -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
|
|
|
|
|