diff options
author | Daniel Pittman <daniel@puppetlabs.com> | 2011-06-07 11:33:17 -0700 |
---|---|---|
committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-06-07 11:34:02 -0700 |
commit | 5587b94ce1bcb4e86df1160e5238b535e10028da (patch) | |
tree | bef357c80478c0f730b52fbc7efc6b9ed587d36e | |
parent | bbf0a025c075124ffe2fc2838c27ace22d1ddb89 (diff) | |
download | puppet-5587b94ce1bcb4e86df1160e5238b535e10028da.tar.gz puppet-5587b94ce1bcb4e86df1160e5238b535e10028da.tar.xz puppet-5587b94ce1bcb4e86df1160e5238b535e10028da.zip |
maint: remove an unhelpful pending test.
This has been pending approximately forever, and adds little value; removing
the warning reduces noise without value.
-rwxr-xr-x | spec/unit/transaction_spec.rb | 2 |
1 files changed, 0 insertions, 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) |