summaryrefslogtreecommitdiff
path: root/test/test_tempfile.rb
AgeCommit message (Expand)Author
2016-01-08test_tempfile.rb: use assert_filenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-05-31test_tempfile.rb: use assert_predicatenobu
2015-05-31test_tempfile.rb: use assert_filenobu
2015-05-30* lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa
2015-01-04* test/test_tempfile.rb: use assert_file for more descriptive message.ayumin
2015-01-04test_tempfile.rb: assert_filenobu
2015-01-04* lib/tempfile.rb: provide default basename parameter.hsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-21tempfile.rb: fix r47655nobu
2013-11-21test_tempfile.rb: suppress warningsnobu
2013-10-06test_tempfile.rb: fix test on Windowsnobu
2013-10-01tempfile.rb: undefine finalizer on unlinknobu
2013-04-20* lib/tempfile.rb (Tempfile.create): New method.akr
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2010-09-09* ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu
2010-05-26* test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa
2010-05-01* test/test_tempfile.rb: fixed errors.nobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-08-26* test/test_tempfile.rb: merged from Hongli Lai's fork.nobu
2008-10-18add test for encoding option.xibbar
2008-01-07add tests.akr