Re: [rspec-users] Autotest won't pickup any tests

2009-02-23 Thread lasitha
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

Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2009-02-19 Thread lasitha
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