summaryrefslogtreecommitdiff
path: root/spec/unit/compile_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/compile_spec.rb')
-rw-r--r--spec/unit/compile_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/compile_spec.rb b/spec/unit/compile_spec.rb
index d042837606..3ae69dad2d 100644
--- a/spec/unit/compile_spec.rb
+++ b/spec/unit/compile_spec.rb
@@ -19,6 +19,7 @@
#
require File.expand_path(File.join(File.dirname(__FILE__), "..", "spec_helper"))
+
describe Chef::Compile do
before(:each) do
Chef::Config.node_path(File.join(File.dirname(__FILE__), "..", "data", "compile", "nodes"))