summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-10-01 11:41:34 -0700
committerSalim Alam <salam@chef.io>2015-10-01 11:41:34 -0700
commit378d39233f21aa472bdd595e65bc3cb01a47c1a9 (patch)
tree2b4a6961a08701b7c30b0630a2fb75736d84ba36
parent5ab3345d22a8941eab8b8e697c31ec7904f14d9d (diff)
downloadchef-378d39233f21aa472bdd595e65bc3cb01a47c1a9.tar.gz
Fix AppVeyorsalam/template-fix
-rw-r--r--spec/unit/provider/template/content_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/template/content_spec.rb b/spec/unit/provider/template/content_spec.rb
index f2c3910c4b..509c8cf33b 100644
--- a/spec/unit/provider/template/content_spec.rb
+++ b/spec/unit/provider/template/content_spec.rb
@@ -21,7 +21,7 @@ require 'spec_helper'
describe Chef::Provider::Template::Content do
let(:enclosing_directory) {
- Dir.mktmpdir
+ canonicalize_path(Dir.mktmpdir)
}
let(:resource_path) {