[DRE-commits] [SCM] Ruby binding for the bcrypt() password hashing algorithm branch, master, updated. upstream/2.1.4-4-g74b381e

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon May 2 18:52:21 UTC 2011


The following commit has been merged in the master branch:
commit 74b381eab857338ce6c81f025b29ae6b4a504253
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun May 1 18:57:28 2011 +0200

    fix test execution
    
    Add ext/mri to path during tests
    require rspec

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 303c067..6f5197b 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,4 @@
-$: << 'lib' << '.'
+$: << 'lib' << 'ext/mri' << '.'
+require 'rspec'
+
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
Ruby binding for the bcrypt() password hashing algorithm



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