diff options
author | Thom May <thom@chef.io> | 2017-12-15 12:12:15 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-12-15 12:12:15 +0000 |
commit | d390c679654a92511f67e0a6fdebd211d5c84426 (patch) | |
tree | 61d0f0a7961104d9c34585a6e5ca9c2b57af0974 /chef-config | |
parent | 7111d753eb2596e7295212752b3f08150ff65f90 (diff) | |
download | chef-d390c679654a92511f67e0a6fdebd211d5c84426.tar.gz |
fixup! implement credential management
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/spec/unit/workstation_config_loader_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |