From ebb219e496682862ac98d382afe014cf1c763f2f Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 18 Jul 2008 17:51:25 -0500 Subject: Fixed all of the fileserving termini so they use indirection requests. This looks like a much larger commit than it is -- it doesn't change any behaviour at all, it just adds some integration tests (which expose the problem) and then switches from an ad-hoc api to a request-based api. Signed-off-by: Luke Kanies --- spec/integration/file_serving/metadata.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/integration/file_serving') diff --git a/spec/integration/file_serving/metadata.rb b/spec/integration/file_serving/metadata.rb index 5600365f1..067cb566a 100755 --- a/spec/integration/file_serving/metadata.rb +++ b/spec/integration/file_serving/metadata.rb @@ -16,4 +16,3 @@ describe Puppet::FileServing::Metadata, " when finding files" do @indirection = Puppet::FileServing::Metadata.indirection end end - -- cgit