From 5587b94ce1bcb4e86df1160e5238b535e10028da Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Tue, 7 Jun 2011 11:33:17 -0700 Subject: maint: remove an unhelpful pending test. This has been pending approximately forever, and adds little value; removing the warning reduces noise without value. --- spec/unit/transaction_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/unit/transaction_spec.rb b/spec/unit/transaction_spec.rb index d7788c06c..4bf615803 100755 --- a/spec/unit/transaction_spec.rb +++ b/spec/unit/transaction_spec.rb @@ -94,8 +94,6 @@ describe Puppet::Transaction do @transaction.report.should == report end - it "should consider a resource to have failed dependencies if any of its dependencies are failed" - describe "when initializing" do it "should create an event manager" do @transaction = Puppet::Transaction.new(Puppet::Resource::Catalog.new) -- cgit