summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-07-19 14:25:14 +0200
committerVít Ondruch <vondruch@redhat.com>2012-07-19 14:25:14 +0200
commita8f9775330cb77fb25306e1e0b6b7ee667a7f893 (patch)
tree56a6c8304a390b53f56119c3618a9ee49a4959e4
parent4769679a503306f6ed513f629081630ae5676dec (diff)
downloadrubygem-activerecord-a8f9775330cb77fb25306e1e0b6b7ee667a7f893.tar.gz
rubygem-activerecord-a8f9775330cb77fb25306e1e0b6b7ee667a7f893.tar.xz
rubygem-activerecord-a8f9775330cb77fb25306e1e0b6b7ee667a7f893.zip
Remove superfluous requires.
-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/| }