1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add active support to the load path

This commit is contained in:
Aaron Patterson 2010-07-20 09:14:00 -07:00
parent e589a1ebc5
commit 2edbb4b96f

View file

@ -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']