core: fix tests failing on WIndows dueo to bad temp dir gen

This commit is contained in:
Mitchell Hashimoto 2014-01-15 11:09:00 -08:00
parent e85e355ddb
commit 008dd8e6e7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ shared_context "unit" do
@_temp_files << d @_temp_files << d
# Return the pathname # Return the pathname
return Pathname.new(d.path) return Pathname.new(d)
end end
# This helper provides temporary environmental variable changes. # This helper provides temporary environmental variable changes.