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-14 11:07:05 -0700
commit3279495e326b42bfea300287e02974d9a0a36026 (patch)
tree5f131d846288c0c908fc9eea24c24c35e5c5e745
parentc0e97f3874d388681b90703ca1226b8d2394e1da (diff)
downloadchef-3279495e326b42bfea300287e02974d9a0a36026.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