diff options
author | Salim Alam <salam@chef.io> | 2015-10-01 11:41:34 -0700 |
---|---|---|
committer | Salim Alam <salam@chef.io> | 2015-10-01 11:41:34 -0700 |
commit | 378d39233f21aa472bdd595e65bc3cb01a47c1a9 (patch) | |
tree | 2b4a6961a08701b7c30b0630a2fb75736d84ba36 | |
parent | 5ab3345d22a8941eab8b8e697c31ec7904f14d9d (diff) | |
download | chef-salam/template-fix.tar.gz |
Fix AppVeyorsalam/template-fix
-rw-r--r-- | spec/unit/provider/template/content_spec.rb | 2 |
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) { |