diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-20 09:14:00 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-20 09:14:00 -0700 |
commit | 2edbb4b96f5d8ed52357e23ad02c64b8e7a68106 (patch) | |
tree | 51e86187a70814749a8c4ab3cecf9e012982bdf3 | |
parent | e589a1ebc57d4c600eecd3464e27b0db8021ab5f (diff) | |
download | rails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.tar.gz rails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.tar.bz2 rails-2edbb4b96f5d8ed52357e23ad02c64b8e7a68106.zip |
add active support to the load path
-rw-r--r-- | Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |