summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)