bin/tork in tork-19.1.0 vs bin/tork in tork-19.2.0
- old
+ new
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
=begin =======================================================================
-# TORK 1 2012-12-12 19.1.0
+# TORK 1 2012-12-30 19.2.0
## NAME
tork - Continuous testing tool for Ruby
@@ -59,10 +59,11 @@
> 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.
>
> * rails
+ > * devise
> * test
> * spec
> * cucumber
> * factory_girl
>
@@ -97,10 +98,13 @@
> Supports the [Cucumber] testing framework.
>
> `rails`
> Supports the [Ruby on Rails] web framework.
>
+ > `devise`
+ > Supports the [Devise] authentication framework.
+ >
> `factory_girl`
> Supports the [factory_girl] testing library.
>
> `parallel_tests`
> Supports the [parallel_tests] testing library.
@@ -113,9 +117,10 @@
[memory_test_fix]: https://github.com/stepahn/memory_test_fix
[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
=end =========================================================================
$0 = File.basename(__FILE__) # for easier identification in ps(1) output