diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-12-16 11:03:40 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-12-16 11:03:40 -0600 |
commit | c4df01385273cf47180cb28c0cc6120cc1a097ca (patch) | |
tree | 984162fb5cf18eea4c6483453c2458e010f89ada | |
parent | e1ee13e5fb1b6e901eca68070c9fdb0108a5716c (diff) | |
download | rails-c4df01385273cf47180cb28c0cc6120cc1a097ca.tar.gz rails-c4df01385273cf47180cb28c0cc6120cc1a097ca.tar.bz2 rails-c4df01385273cf47180cb28c0cc6120cc1a097ca.zip |
ARes rake task should not worry about AS being in path
-rw-r--r-- | activeresource/Rakefile | 2 |
1 files changed, 0 insertions, 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 |