test/test_helper.rb in sanitize_email-0.3.7 vs test/test_helper.rb in sanitize_email-0.3.8

- old
+ new

@@ -1,4 +1,5 @@ +# Note tests require tmail to be the underlying message handler, so need to be run with Rails 2.3 or below require 'rubygems' vendored_rails = File.dirname(__FILE__) + '/../../../../vendor/rails' if File.exists?(vendored_rails) Dir.glob(vendored_rails + "/**/lib").each { |dir| $:.unshift dir }