bin/tork in tork-19.8.2 vs bin/tork in tork-19.9.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby =begin ======================================================================= -# TORK 1 2014-07-01 19.8.2 +# TORK 1 2014-07-17 19.9.0 ## NAME tork - Continuous testing tool for Ruby @@ -44,33 +44,19 @@ Show this help manual. ## FILES *.tork/config.rb* - Optional Ruby script that is loaded inside the driver process on startup. + Optional Ruby script that is loaded inside this Tork process on startup. It can read and change the `ENV['TORK_CONFIGS']` environment variable. ## ENVIRONMENT `TORK_CONFIGS` Colon-separated (:) list of either paths to directories that contain configuration files or names of the following configuration helpers. - If this variable is not set, then its value is assumed to be "default". - > `default` - > Loads the following configuration helpers (as appropriate) if your - > current working directory appears to utilize what they configure. - > See below for complete descriptions of these configuration helpers. - > - > * bundler - > * rails - > * devise - > * test - > * spec - > * cucumber - > * factory_girl - > > `dotlog` > Hides log files by prefixing their names with a period (dot). > > `logdir` > Keeps log files away from your tests, in the `log/` directory. @@ -127,9 +113,10 @@ [Devise]: https://github.com/plataformatec/devise [Bundler]: http://bundler.io =end ========================================================================= +TORK_DOLLAR_ZERO = $0 $0 = File.basename(__FILE__) # for easier identification in ps(1) output require 'binman' BinMan.help