diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-04-08 01:00:42 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-04-08 01:00:42 -0700 |
commit | fcfa481251fcf0cf11233783ab4206ba3c035fd1 (patch) | |
tree | c3e4fad1a137d469d0fbd70d5b236e2c3eb8c027 /spec/data | |
parent | 872c3a44da9279aadcb7ddf418e32329abdd25ef (diff) | |
download | chef-fcfa481251fcf0cf11233783ab4206ba3c035fd1.tar.gz |
removing left over debug output in compile_spec
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/compile/nodes/compile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/data/compile/nodes/compile.rb b/spec/data/compile/nodes/compile.rb index 7f0664d5d6..84d52bb1cf 100644 --- a/spec/data/compile/nodes/compile.rb +++ b/spec/data/compile/nodes/compile.rb @@ -2,4 +2,4 @@ # Nodes should have a unique name ## name "compile" -recipes "test::one", "test::two" +recipes "test", "test::one", "test::two" |