[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Matt Robinson
matt at puppetlabs.com
Tue May 10 08:02:15 UTC 2011
The following commit has been merged in the experimental branch:
commit f3cd668b51bd98c7eee32222b550ed1160502b0e
Author: Matt Robinson <matt at puppetlabs.com>
Date: Mon Nov 22 11:59:18 2010 -0800
maint: Fix a test that was missing a require
Paired-with: Nick Lewis
diff --git a/spec/unit/network/xmlrpc/client_spec.rb b/spec/unit/network/xmlrpc/client_spec.rb
index 0b9b2b0..8440d39 100755
--- a/spec/unit/network/xmlrpc/client_spec.rb
+++ b/spec/unit/network/xmlrpc/client_spec.rb
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
+require 'puppet/network/client'
Dir.chdir(File.dirname(__FILE__)) { (s = lambda { |f| File.exist?(f) ? require(f) : Dir.chdir("..") { s.call(f) } }).call("spec/spec_helper.rb") }
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list