Skip to content

Commit

Permalink
Fix test failure introduced by 6099f26
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 25, 2009
1 parent 6099f26 commit dec91a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/test/abstract_unit.rb
@@ -1,6 +1,7 @@
$:.unshift File.dirname(__FILE__) + "/../../activesupport/lib"
$:.unshift File.dirname(__FILE__) + "/../../activerecord/lib"
$:.unshift File.dirname(__FILE__) + "/../../actionpack/lib"
$:.unshift File.dirname(__FILE__) + "/../../actionmailer/lib"
$:.unshift File.dirname(__FILE__) + "/../lib"
$:.unshift File.dirname(__FILE__) + "/../builtin/rails_info"

Expand All @@ -26,4 +27,4 @@ def uses_gem(gem_name, test_name, version = '> 0')
yield
rescue LoadError
$stderr.puts "Skipping #{test_name} tests. `gem install #{gem_name}` and try again."
end
end

0 comments on commit dec91a2

Please sign in to comment.