aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-20 09:14:00 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-20 09:14:00 -0700
commit2edbb4b96f5d8ed52357e23ad02c64b8e7a68106 (patch)
tree51e86187a70814749a8c4ab3cecf9e012982bdf3 /Rakefile
parente589a1ebc57d4c600eecd3464e27b0db8021ab5f (diff)
downloadrails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.tar.gz
rails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.tar.bz2
rails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.zip
add active support to the load path
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 66e4db38a6..3474cb6d9e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,7 @@ else
Spec::Rake::SpecTask.new(adapter) do |t|
t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
t.libs << "#{File.dirname(__FILE__)}/vendor/rails/activerecord/lib"
+ t.libs << "#{File.dirname(__FILE__)}/vendor/rails/activesupport/lib"
t.libs << "#{File.dirname(__FILE__)}/spec"
# t.warning = true
t.spec_files = FileList['spec/**/*_spec.rb']
@@ -89,4 +90,4 @@ namespace :gemspec do
task :validate do
gemspec.validate
end
-end \ No newline at end of file
+end