summaryrefslogtreecommitdiff
path: root/chef-config/spec/unit/workstation_config_loader_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/spec/unit/workstation_config_loader_spec.rb')
-rw-r--r--chef-config/spec/unit/workstation_config_loader_spec.rb2
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 e1cab3d4d0..5eb24cdea8 100644
--- a/chef-config/spec/unit/workstation_config_loader_spec.rb
+++ b/chef-config/spec/unit/workstation_config_loader_spec.rb
@@ -255,7 +255,7 @@ RSpec.describe ChefConfig::WorkstationConfigLoader do
tempfile.path
end
- after { File.unlink(explicit_config_location) if File.exist?(explicit_config_location) }
+ after do File.unlink(explicit_config_location) if File.exist?(explicit_config_location) end
context "and is valid" do