[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:31:46 UTC 2010


The following commit has been merged in the upstream branch:
commit 490a03d55e57a5a54202207b44eb406dda4c8c65
Author: Luke Kanies <luke at madstop.com>
Date:   Fri Dec 4 16:50:38 2009 -0800

    Cleaning up a test.
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/spec/unit/indirector/file.rb b/spec/unit/indirector/file.rb
index 4b3532e..fd56aa6 100755
--- a/spec/unit/indirector/file.rb
+++ b/spec/unit/indirector/file.rb
@@ -25,7 +25,7 @@ describe Puppet::Indirector::File do
         @request = stub 'request', :key => @path
     end
 
-    describe Puppet::Indirector::File, " when finding files" do
+    describe "when finding files" do
         it "should provide a method to return file contents at a specified path" do
             @searcher.should respond_to(:find)
         end
@@ -76,7 +76,7 @@ describe Puppet::Indirector::File do
         end
     end
 
-    describe Puppet::Indirector::File, " when saving files" do
+    describe "when saving files" do
         before do
             @content = "my content"
             @file = stub 'file', :content => @content, :path => @path, :name => @path, :render => "mydata"
@@ -141,7 +141,7 @@ describe Puppet::Indirector::File do
         end
     end
 
-    describe Puppet::Indirector::File, " when removing files" do
+    describe "when removing files" do
         it "should provide a method to remove files" do
             @searcher.should respond_to(:destroy)
         end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list