[DRE-commits] [ruby-mail] 01/01: actually run the tests during package build

Antonio Terceiro terceiro at alioth.debian.org
Sun Oct 6 15:30:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-mail.

commit c4fa61bbd6f41b9f27073c9f6d5155387328fbea
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Oct 6 12:10:00 2013 -0300

    actually run the tests during package build
---
 debian/changelog     |    8 ++++++++
 debian/ruby-tests.rb |    1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1c406d7..7e0d877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-mail (2.5.4-2) unstable; urgency=low
+
+  * Team upload.
+  * debian/ruby-tests.rb: fixed to actually run the tests during package
+    build.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 06 Oct 2013 12:12:15 -0300
+
 ruby-mail (2.5.4-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 967a3fd..419c131 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -4,4 +4,5 @@ end
 
 $LOAD_PATH << 'spec'
 
+require 'rspec/autorun'
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mail.git



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