module Autoproj::ArubaMinitest

Minitest-usable Aruba wrapper

Aruba 0.14 is incompatible with Minitest because of their definition of the run method This change hacks around the problem, by moving the Aruba API to a side stub object.

The run methods are renamed as they have been renamed in Aruba 1.0 alpha, run -> run_command and run_simple -> run_command_and_stop