bin/tork in tork-19.4.0 vs bin/tork in tork-19.5.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby =begin ======================================================================= -# TORK 1 2013-11-25 19.4.0 +# TORK 1 2013-11-30 19.5.0 ## NAME tork - Continuous testing tool for Ruby @@ -11,11 +11,12 @@ `tork` [*OPTION*]... [*CONFIG*]... ## DESCRIPTION -This program is a simple command-line user interface for tork-driver(1). +This program can be thought of as an interactive version of tork-runner(1). +It functions as a rudimentary command-line user interface to tork-driver(1). First, it applies the given *CONFIG* values, which are either (1) paths to directories that contain configuration files or (2) names of configuration helpers listed in the description of the `TORK_CONFIGS` environment variable. @@ -109,10 +110,10 @@ > `parallel_tests` > Supports the [parallel_tests] testing library. ## SEE ALSO -tork(1), tork-driver(1), tork-master(1) +tork-runner(1), tork-driver(1), tork-master(1) [factory_girl]: https://github.com/thoughtbot/factory_girl [memory_test_fix]: https://github.com/stepahn/memory_test_fix [parallel_tests]: https://github.com/grosser/parallel_tests [Ruby on Rails]: http://rubyonrails.org