From f3cd668b51bd98c7eee32222b550ed1160502b0e Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 22 Nov 2010 11:59:18 -0800 Subject: maint: Fix a test that was missing a require Paired-with: Nick Lewis --- spec/unit/network/xmlrpc/client_spec.rb | 1 + 1 file changed, 1 insertion(+) 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") } -- cgit