summaryrefslogtreecommitdiff
path: root/spec/unit/run_context
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-29 16:28:40 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-30 14:51:48 -0800
commit549d048726dd27d88024334d31a85bc27bc527d4 (patch)
tree570e6b89b6042006010f0938065fe6eff9b90120 /spec/unit/run_context
parentd638ce43c7cf2208ff0db16db695212b7609b481 (diff)
downloadchef-549d048726dd27d88024334d31a85bc27bc527d4.tar.gz
[CHEF-3376] move recipe compilation to CookbookCompiler
Diffstat (limited to 'spec/unit/run_context')
-rw-r--r--spec/unit/run_context/cookbook_compiler_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/run_context/cookbook_compiler_spec.rb b/spec/unit/run_context/cookbook_compiler_spec.rb
index 26b060f5c6..099354ae25 100644
--- a/spec/unit/run_context/cookbook_compiler_spec.rb
+++ b/spec/unit/run_context/cookbook_compiler_spec.rb
@@ -174,4 +174,8 @@ describe Chef::RunContext::CookbookCompiler do
end
+ describe "loading recipes" do
+ # Tests for this behavior are in RunContext's tests
+ end
+
end