about summary refs log tree commit homepage
path: root/test/helper.rb
DateCommit message (Expand)
2019-05-09doc: favor File.read over IO.read to ease review
2018-12-08remove IO#close_on_exec= calls
2018-05-01tests: thread-safety fixes
2016-08-02test: skip some buffering tests on non-default values
2016-02-29test/*: fix mktmpdir usage for 1.9.3
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-06-15test/helper: warn atomically
2015-06-10ensure body is closed during hijack
2015-05-09ssl: ensure rack.hijack users get "normal" IO methods
2014-03-13test/helper: compat w/ coverage in Feature #9508
2013-12-27tests: document and check for ab(1) dependency
2013-11-02add extras for exec_cgi and try_gzip_static
2013-10-30add test for working_directory config parameter
2013-10-25enforce FD_CLOEXEC on all pipes, including tests
2013-10-22test/helper: Dir.mktmpdir works without blocks
2013-10-20tests: improve output to show RUBY_DESCRIPTION and full path
2013-10-20test/helper: correctly handle exit code in test runner
2013-10-20test/helper: prevent minitest at_exit from running in children
2013-10-20tests: disable $-w on 1.9.3 to quiet down warnings
2013-10-19test/helper: fix __covmerge race for forked processes
2013-10-18initial commit