summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <lance@osuosl.org>2020-08-31 13:23:36 -0700
committerLance Albertson <lance@osuosl.org>2020-09-15 14:04:36 -0700
commit81e485cd6737e205cfc007a2a6da721282aea566 (patch)
treebc38799052e18ef3b5d7b9c251a558f0c1a09e42
parentf50180bd2972292c18f31565a1d23ad647ab2a1d (diff)
downloadchef-81e485cd6737e205cfc007a2a6da721282aea566.tar.gz
Fix spec test
Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r--chef-config/spec/unit/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/spec/unit/config_spec.rb b/chef-config/spec/unit/config_spec.rb
index 1cb83bb8d0..3ecf240158 100644
--- a/chef-config/spec/unit/config_spec.rb
+++ b/chef-config/spec/unit/config_spec.rb
@@ -225,7 +225,7 @@ RSpec.describe ChefConfig::Config do
end
describe "#var_chef_path" do
- let (:dirname) { ChefConfig::Dist::DIR_SUFFIX }
+ let (:dirname) { ChefUtils::Dist::Infra::DIR_SUFFIX }
context "on unix", :unix_only do
it "var_chef_dir is /var/chef" do