From a8f9775330cb77fb25306e1e0b6b7ee667a7f893 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Jul 19 2012 12:25:14 +0000 Subject: Remove superfluous requires. --- 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/| }