about summary refs log tree commit homepage
path: root/test/test_helper.rb
DateCommit message (Expand)
2009-06-05Transfer-Encoding: chunked streaming input support
2009-05-25Switch to autoload to defer requires
2009-04-03test_helper: redirect_io uses append and sync
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-02-21test_helper: cleanup requires
2009-02-13tests: replace process_based_port with unused_port
2009-02-09Remove hard dependency on Rack
2009-02-09s/Mongrel/Unicorn/g
2009-02-09Allow running tests in parallel via gmake
2009-01-31Dead code.
2009-01-31Removed bad requires
2009-01-31Got rake working took out trash
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...