about summary refs log tree commit homepage
path: root/t/GNUmakefile
DateCommit message (Collapse)
2011-11-15t: ensure SSL certificates exist on fresh test
We throw up some fake SSL certs for testing
2010-10-08build: automatically call isolate on updates
Automation is nice, the makefile needs some cleanup
2010-10-04split out isolate usage/logic
We'll be using more of Isolate in development.
2010-06-08update test infrastructure to run Rubinius tests
In parallel with other of Rubies, of course. We need to rely on RUBY_ENGINE since RUBY_VERSION is 1.8.7 and that conflicts with the most popular MRI version. Since Rubinius doesn't support some command-line options, we still need to rely on MRI for a few things. Also fixing an embarrassing UUoC in the process.
2010-06-03tests: add preliminary Rails 3 tests
We'll be switching to Isolate and shell-based tests since the old test/unit-based Rails test was basically a shell script written in Ruby.
2010-02-17tests: import basic TAP library from Rainbows!