From 6c465b4ef11094698ced07416bde2f353fced59a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 3 Jun 2011 01:31:08 -0400 Subject: [PATCH] remove debug print --- spec/foreman/export/upstart_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/foreman/export/upstart_spec.rb b/spec/foreman/export/upstart_spec.rb index 5a5c3cb..a632982 100644 --- a/spec/foreman/export/upstart_spec.rb +++ b/spec/foreman/export/upstart_spec.rb @@ -13,7 +13,6 @@ describe Foreman::Export::Upstart do it "exports to the filesystem" do upstart.export("/tmp/init") - p [:d, Dir["/tmp/init/**"]] File.read("/tmp/init/app.conf").should == example_export_file("upstart/app.conf") File.read("/tmp/init/app-alpha.conf").should == example_export_file("upstart/app-alpha.conf")