summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-04-08 01:00:42 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-04-08 01:00:42 -0700
commitfcfa481251fcf0cf11233783ab4206ba3c035fd1 (patch)
treec3e4fad1a137d469d0fbd70d5b236e2c3eb8c027 /spec/unit
parent872c3a44da9279aadcb7ddf418e32329abdd25ef (diff)
downloadchef-fcfa481251fcf0cf11233783ab4206ba3c035fd1.tar.gz
removing left over debug output in compile_spec
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/compile_spec.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/unit/compile_spec.rb b/spec/unit/compile_spec.rb
index 8960455cf6..49d5930acb 100644
--- a/spec/unit/compile_spec.rb
+++ b/spec/unit/compile_spec.rb
@@ -57,11 +57,12 @@ describe Chef::Compile do
it "should load all the recipes specified for this node" do
@compile.load_node("compile")
@compile.load_definitions
- lambda { @compile.load_recipes }.should_not raise_error
- @compile.resource_collection[0].to_s.should == "cat[loulou]"
- @compile.resource_collection[1].to_s.should == "cat[birthday]"
- @compile.resource_collection[2].to_s.should == "cat[peanut]"
- @compile.resource_collection[3].to_s.should == "cat[fat peanut]"
+ lambda { @compile.load_recipes }.should_not raise_error
+ @compile.resource_collection[0].to_s.should == "cat[einstein]"
+ @compile.resource_collection[1].to_s.should == "cat[loulou]"
+ @compile.resource_collection[2].to_s.should == "cat[birthday]"
+ @compile.resource_collection[3].to_s.should == "cat[peanut]"
+ @compile.resource_collection[4].to_s.should == "cat[fat peanut]"
end
end \ No newline at end of file