summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook/syntax_check_spec.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-09-16 16:57:35 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-09-16 16:57:35 -0700
commitc8253c80c25a99c7fd66e70a37911f69c24c63ff (patch)
tree7eab8b1211909a8ec8007f2102cf8705592dc0d3 /spec/unit/cookbook/syntax_check_spec.rb
parentdc1dd7f5ec1cd791b08ff03d2f9a4e955e119d4a (diff)
downloadchef-c8253c80c25a99c7fd66e70a37911f69c24c63ff.tar.gz
Manage cookbook_syntax_check_path with default values
Diffstat (limited to 'spec/unit/cookbook/syntax_check_spec.rb')
-rw-r--r--spec/unit/cookbook/syntax_check_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/cookbook/syntax_check_spec.rb b/spec/unit/cookbook/syntax_check_spec.rb
index 84cd84121b..4b0f77c5d5 100644
--- a/spec/unit/cookbook/syntax_check_spec.rb
+++ b/spec/unit/cookbook/syntax_check_spec.rb
@@ -74,7 +74,6 @@ describe Chef::Cookbook::SyntaxCheck do
after do
FileUtils.rm_rf(cache_path) if File.exist?(cache_path)
- Chef::Config[:syntax_check_cache_path] = nil
end
describe "and the files have not been syntax checked previously" do