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")