"Morris, Chris" <chris.morris / snelling.com> writes: > Where would setup and teardown move to? Perhaps a rename to test_setup and > test_teardown? I think probably I'd have test_overall_setup test_overall_teardown and test_setup test_teardown we'd also need the global function 'test_require', which did a require if tests were enabled, and something like if testing ... end (or perhaps when_testing do .... end This is still a half-baked idea, but it's fun to think about different ways of doing it. Cheers Dave