summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rubygem-activerecord.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index a467c0c..07a6a91 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -71,9 +71,6 @@ tar xzvf %{SOURCE1}
sed -i '1,2d' test/cases/helper.rb
ruby -I.:test:lib << EOF
- require "test/config"
- require "test/support/config"
-
test_files = Dir.glob( "test/cases/**/*_test.rb" )
test_files.reject! { |x| x =~ %r|/adapters/| }