Rake default(?)/test_unit magic

Hi list!

I’m trying to add a rake task or a command line switch to the existing
task to run Tk unit test runner instead of console one. Yet I couldn’t
figure out where this magic is happening, i.e. where console runner is
initialized and run?

And yes, wouldn’t something like rake task “all_test” be more
appropriate then default?