Fix issue with Tempfile in test being deleted

This commit is contained in:
Mitchell Hashimoto 2011-12-09 17:26:06 -08:00
parent b878f1bd66
commit aeb6533607
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ shared_context "unit" do
f.flush
end
return Pathname.new(f.path)
return Pathname.new(f)
end
end