bin/tork in tork-19.7.0 vs bin/tork in tork-19.8.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby =begin ======================================================================= -# TORK 1 2014-03-04 19.7.0 +# TORK 1 2014-06-23 19.8.0 ## NAME tork - Continuous testing tool for Ruby @@ -59,10 +59,11 @@ > `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 @@ -96,10 +97,13 @@ > Supports the [RSpec] testing framework. > > `cucumber` > Supports the [Cucumber] testing framework. > + > `bundler` + > Supports the [Bundler] dependency framework. + > > `rails` > Supports the [Ruby on Rails] web framework. > > `devise` > Supports the [Devise] authentication framework. @@ -119,9 +123,10 @@ [parallel_tests]: https://github.com/grosser/parallel_tests [Ruby on Rails]: http://rubyonrails.org [Cucumber]: https://cukes.info [RSpec]: http://rspec.info [Devise]: https://github.com/plataformatec/devise +[Bundler]: http://bundler.io =end ========================================================================= $0 = File.basename(__FILE__) # for easier identification in ps(1) output