Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=878501 --- Comment #5 from Miroslav Suchý <msuchy@xxxxxxxxxx> --- This works for me: rm Gemfile.lock for i in spec/ci/reporter/*_spec.rb; do if [ $i = "spec/ci/reporter/report_manager_spec.rb" -o $i = "spec/ci/reporter/test_unit_spec.rb" ]; then continue fi rspec $i done And I had to add require 'test/unit/diff' on top of /usr/share/gems/gems/test-unit-2.4.5/lib/test/unit/ui/console/testrunner.rb Please report it as bug to rubygem-test-unit and for add that above to %check as comments plus add as comment link to that test-unit bz. Plus link to reports to upstream that those two tests are failing (I think at least one is already reported). And of course you have to add build requires on hoe and diff-lcs, to make this above work. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review