From: Denis Defreyne Date: 2009-02-28T17:54:04+09:00 Subject: Re: minitest documentation anywhere? 28 Feb 2009 kl. 09:37 skrev Tom Cloyd: > when I read at http://github.com/Narnach/minitest/blob/2736f339dc241fc8acef9f502ec598ce234539ab/README.rdoc > that - > > "Minitest has the following command line options: > > profile: Force rspec output format to ‘profile’, combined with > coloured output and unified diffs. > drb: Use a spec server to execute specs, speeding up their > execution." > > > Really. Where's he getting THAT from? Secret knowledge? I have no > idea. > > And WHAT command line ... I cannot seem to get one. > Google give me nothing useful, which seems odd. There seem to be two different and unrelated MiniTests; the Narnach- minitest one is not the same as zenspider's minitest. There is a MiniTest cheat sheet at . It may not be complete but it could be quite useful anyway. There is no command-line interface for MiniTest, but running tests with MiniTest is fairly easy and can be automated. Require all test files, call `MiniTest::Unit.autorun` and the tests will be executed automagically. Hope this helps! Regards, Denis -- Denis Defreyne denis.defreyne@stoneship.org