This is the command shindont that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
shindont - simple depth first ruby testing
SYNOPSIS
shindont [<something_tests.rb>]
shindont [<some_test_directory>]
shindont [<some_test_directory>] [+<tag>] [-<tag>]
DESCRIPTION
shindont runs tests non interactively. You can use it where speed matters (i.e. continuous
integration). shindo with (n)o (t)race and much quieter output.
See /usr/share/doc/ruby-shindo/ for more details.
OPTIONS
+<tag> run just tests with the given tag -<tag> run just tests without the given tag
EXAMPLE
$ shindont <some_test_directory> +<foo>
$ shindont <some_test_directory> -<bar>
$ shindont <some_test_directory> +<foo> -<bar>
Use shindont online using onworks.net services