[DRE-commits] [SCM] ruby-bcrypt.git branch, master, updated. debian/3.0.1-1-8-gc363811

Per Andersson avtobiff at gmail.com
Wed Jun 20 09:57:18 UTC 2012


The following commit has been merged in the master branch:
commit c3638113318f2c0fc4b20d09f0c8dfdcc028dab2
Author: Per Andersson <avtobiff at gmail.com>
Date:   Wed Jun 20 11:56:06 2012 +0200

    Autorun rspec tests during build

diff --git a/debian/changelog b/debian/changelog
index 66ad4a4..c8ebce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 ruby-bcrypt (3.0.1-2) unstable; urgency=low
 
+  [ Vasudev Kamuth ]
   * Team upload.
   * debian/control:
     + Bumped Standards-Version to 3.9.3. This did not require any changes to
@@ -9,6 +10,9 @@ ruby-bcrypt (3.0.1-2) unstable; urgency=low
   * debian/copyright:
     + Format URI now points to Debian copyright-format 1.0
 
+  [ Per Andersson ]
+  * Autorun rspec tests during build
+
  -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 16 Jun 2012 22:06:30 +0530
 
 ruby-bcrypt (3.0.1-1) unstable; urgency=low
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index ba40941..81dcbac 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,5 @@
-require 'rspec'
+require 'rspec/autorun'
 
-Dir['{spec}/**/*.rb'].each { |f| require f }
+$: << 'ext/mri' << 'lib' << 'spec' << '.'
+
+Dir['spec/**/*.rb'].each { |f| require f }

-- 
ruby-bcrypt.git



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