From d390c679654a92511f67e0a6fdebd211d5c84426 Mon Sep 17 00:00:00 2001 From: Thom May Date: Fri, 15 Dec 2017 12:12:15 +0000 Subject: fixup! implement credential management --- chef-config/spec/unit/workstation_config_loader_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef-config/spec/unit/workstation_config_loader_spec.rb b/chef-config/spec/unit/workstation_config_loader_spec.rb index 1049511285..4bc9e2ba61 100644 --- a/chef-config/spec/unit/workstation_config_loader_spec.rb +++ b/chef-config/spec/unit/workstation_config_loader_spec.rb @@ -365,7 +365,7 @@ RSpec.describe ChefConfig::WorkstationConfigLoader do end describe "when loading a credentials file" do - if windows? + if ChefConfig.windows? let(:home) { "C:/Users/example.user" } else let(:home) { "/Users/example.user" } -- cgit v1.2.1