summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2013-01-14 10:04:54 +0100
committerVít Ondruch <vondruch@redhat.com>2013-01-14 10:04:54 +0100
commit5a5bf511690b1f58874755d6fa8507168f2e7ee5 (patch)
tree89fb54f3f1001f018b4952bb2f320c8b554dbb18
parent9afa9e4183aa81e34c4d3c93ec039ca27a7cce35 (diff)
downloadrubygem-activerecord-5a5bf511690b1f58874755d6fa8507168f2e7ee5.tar.gz
rubygem-activerecord-5a5bf511690b1f58874755d6fa8507168f2e7ee5.tar.xz
rubygem-activerecord-5a5bf511690b1f58874755d6fa8507168f2e7ee5.zip
Test suite issues were resolved by fix in sqlite (rhbz#891865).
-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/| }