From c4df01385273cf47180cb28c0cc6120cc1a097ca Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 16 Dec 2009 11:03:40 -0600 Subject: ARes rake task should not worry about AS being in path --- activeresource/Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/activeresource/Rakefile b/activeresource/Rakefile index 1f9d0392c1..9fa1f86914 100644 --- a/activeresource/Rakefile +++ b/activeresource/Rakefile @@ -27,8 +27,6 @@ task :default => [ :test ] # Run the unit tests Rake::TestTask.new { |t| - activesupport_path = "#{File.dirname(__FILE__)}/../activesupport/lib" - t.libs << activesupport_path if File.directory?(activesupport_path) t.libs << "test" t.pattern = 'test/**/*_test.rb' t.warning = true -- cgit v1.2.3