summaryrefslogtreecommitdiffstats
path: root/spec/unit
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2010-11-22 11:59:18 -0800
committerMatt Robinson <matt@puppetlabs.com>2010-11-22 12:04:15 -0800
commit7c162157148240814e67124a5362548933a6db8a (patch)
tree84fd2fe90240fd48418a0e627fab09912cbc68a4 /spec/unit
parent9ed1235c295995b61373b11aa4ae0cc6bb320527 (diff)
downloadpuppet-7c162157148240814e67124a5362548933a6db8a.tar.gz
puppet-7c162157148240814e67124a5362548933a6db8a.tar.xz
puppet-7c162157148240814e67124a5362548933a6db8a.zip
maint: Fix a test that was missing a require
Paired-with: Nick Lewis
Diffstat (limited to 'spec/unit')
-rwxr-xr-xspec/unit/network/xmlrpc/client_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/network/xmlrpc/client_spec.rb b/spec/unit/network/xmlrpc/client_spec.rb
index 0b9b2b095..8440d39fa 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") }