Skip to content

Commit

Permalink
add active support to the load path
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 20, 2010
1 parent e589a1e commit 2edbb4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -89,4 +90,4 @@ namespace :gemspec do
task :validate do
gemspec.validate
end
end
end

0 comments on commit 2edbb4b

Please sign in to comment.