From 5a5bf511690b1f58874755d6fa8507168f2e7ee5 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mon, 14 Jan 2013 10:04:54 +0100 Subject: Test suite issues were resolved by fix in sqlite (rhbz#891865). --- rubygem-activerecord.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index 186843f..88a9528 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -70,10 +70,7 @@ tar xzvf %{SOURCE1} # load_path is not available, remove its require. sed -i '1,2d' test/cases/helper.rb -# The test suite fails running against sqlite 3.7.15. -# https://github.com/rails/rails/issues/8724 -# https://bugzilla.redhat.com/show_bug.cgi?id=891865 -ruby -I.:test:lib << EOF | grep "3330 tests, 10460 assertions, 2 failures, 0 errors, 7 skips" +ruby -I.:test:lib << EOF test_files = Dir.glob( "test/cases/**/*_test.rb" ) test_files.reject! { |x| x =~ %r|/adapters/| } -- cgit