about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2010-06-10tests: update Rails 3 tests to Rails 3 beta4
2010-06-10respect "working_directory" wrt config.ru
2010-06-10tests: set NO_PROXY when running tests
2010-06-08tests: add Rails 3 test for the missing config.ru case
2010-06-08tests: libify common rails3 setup code
2010-06-08t0300: Rails 3 test actually uses unicorn_rails
2010-06-08update test infrastructure to run Rubinius tests
2010-06-03test: rails 3: automatically run isolate if needed
2010-06-03tests: add preliminary Rails 3 tests
2010-02-18Unicorn::builder to wrap our Rack::Builder usage
2010-02-18graceful handling of bad config.ru + HUP w/ preload_app
2010-02-17test-lib: don't croak if "error" is in the test name
2010-02-17tests: import basic TAP library from Rainbows!