[DRE-commits] [SCM] ruby-mail.git branch, master, updated. debian/2.4.4-2-9-g7f8aa16

Christian Hofstaedtler christian at hofstaedtler.name
Mon Jun 3 16:11:05 UTC 2013


The following commit has been merged in the master branch:
commit bd7c7f1591d9585934767772f78d27c9fad9e6e6
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon Jun 3 18:08:50 2013 +0200

    Fix LOAD_PATH for tests during build

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 8784211..967a3fd 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -2,4 +2,6 @@ if RUBY_VERSION =~ /1.9/
   Encoding.default_external = Encoding::UTF_8
 end
 
+$LOAD_PATH << 'spec'
+
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
ruby-mail.git



More information about the Pkg-ruby-extras-commits mailing list