summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rubygem-activerecord.spec5
1 files changed, 1 insertions, 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/| }