[DRE-commits] [SCM] ruby-fast-gettext.git branch, master, updated. upstream/0.6.8-32-g622055d

Antonio Terceiro terceiro at debian.org
Sat Jun 30 16:31:05 UTC 2012


The following commit has been merged in the master branch:
commit f6d3221dc5642f45fb6401d18ffb1ac4697bfff5
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 30 11:42:15 2012 -0300

    Re-enable tests

diff --git a/debian/changelog b/debian/changelog
index 0c9913c..2c8094a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ ruby-fast-gettext (0.6.8-1) unstable; urgency=low
   * debian/patches/0001-fix-rspec-requires.patch: refresh
   * debian/patches/0003-set-default-external-encoding-in-specs-to-
     utf8.patch: refreshed
+  * debian/ruby-tests.rb: Re-enable tests
 
- -- Antonio Terceiro <terceiro at debian.org>  Sat, 30 Jun 2012 11:11:44 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 30 Jun 2012 11:42:51 -0300
 
 ruby-fast-gettext (0.6.7-1) unstable; urgency=low
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 8fd6337..e80680f 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,3 @@
 $: << 'spec'
+require 'rspec/autorun'
 Dir['spec/**/*_spec.rb'].each { |f| require f }

-- 
ruby-fast-gettext.git



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