summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-06-07 11:33:17 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-06-07 11:34:02 -0700
commit5587b94ce1bcb4e86df1160e5238b535e10028da (patch)
treebef357c80478c0f730b52fbc7efc6b9ed587d36e
parentbbf0a025c075124ffe2fc2838c27ace22d1ddb89 (diff)
downloadpuppet-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-xspec/unit/transaction_spec.rb2
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)