summaryrefslogtreecommitdiff
path: root/spec/support/chef_helpers.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-20 16:54:09 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-21 12:15:18 -0800
commit4638b8e0a0f7edc0a760313cb4acd2db4f11a383 (patch)
treecfb59ab942207d27026c4116a514be870473816c /spec/support/chef_helpers.rb
parent2c460c191bcdb1acfe6978a6e7e7ff8e0273f973 (diff)
downloadchef-4638b8e0a0f7edc0a760313cb4acd2db4f11a383.tar.gz
[CHEF-3715] rm moneta's config options
Cache for syntax check is configured by syntax_check_cache_path. For compatibility, the old moneta-specific cache_options[:path] will be used when syntax_check_cache_path is not set (defaults to nil)
Diffstat (limited to 'spec/support/chef_helpers.rb')
-rw-r--r--spec/support/chef_helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/chef_helpers.rb b/spec/support/chef_helpers.rb
index 77cbe5b5cb..74af5f558e 100644
--- a/spec/support/chef_helpers.rb
+++ b/spec/support/chef_helpers.rb
@@ -17,8 +17,6 @@ CHEF_SPEC_DATA = File.expand_path(File.dirname(__FILE__) + "/../data/")
CHEF_SPEC_BACKUP_PATH = File.join(Dir.tmpdir, 'test-backup-path')
Chef::Config[:log_level] = :fatal
-Chef::Config[:cache_type] = "Memory"
-Chef::Config[:cache_options] = { }
Chef::Config[:persistent_queue] = false
Chef::Config[:file_backup_path] = CHEF_SPEC_BACKUP_PATH