autotest.rb file contains a list of options you
could explore (at the root of the ZenTest directory in your gems
install)
3. Googling for 'autotest add_hook' pulls up a lot of post about how
folks have configured autotest. Some of the content is of course
outdate
ted
by rubygems):
@@ -19 +19,2 @@
-load 'autotest'
+zentest_gem_dir = Gem.source_index.find_name('ZenTest',
version).first.full_gem_path
+load File.join(zentest_gem_dir, 'bin', 'autotest')
That is very likely the _wrong_ way to calculate zentest_gem_d