[DRE-commits] [SCM] ruby-mixlib-config.git branch, master, updated. upstream/1.1.2-8-ge4afebe

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 21 18:07:57 UTC 2011


The following commit has been merged in the master branch:
commit 978496cf084281cf066333a585c7ed83c0c77ed0
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 21 23:12:43 2011 +0530

    add explicit require 'rspec'

diff --git a/debian/patches/001-require-rspec.patch b/debian/patches/001-require-rspec.patch
new file mode 100644
index 0000000..2397844
--- /dev/null
+++ b/debian/patches/001-require-rspec.patch
@@ -0,0 +1,23 @@
+Description: add explicit require for rspec
+ Tests fail because missing "require 'spec'" line.
+ .
+ This patch fixes it.
+
+Forwarded: https://github.com/opscode/mixlib-config/pull/2
+Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
+Last-Update: 2011-09-21
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,8 +1,9 @@
+ $TESTING=true
+ $:.push File.join(File.dirname(__FILE__), '..', 'lib')
+ 
++require 'rspec'
+ require 'mixlib/config'
+ 
+ class ConfigIt
+   extend Mixlib::Config
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dc5d39e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-require-rspec.patch

-- 
ruby-mixlib-config.git



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