On 4/29/07, Gordon Thiesfeld <gthiesfeld / gmail.com> wrote:
> > Is there a quick config option I can throw in so this doesn't break autotest?
>
> I think if you require 'autotest/fixtures' in your .autotest file it
> should do this.  If not, then you should be able to figure out how
> from looking at fixtures.rb.

Is this a rails specific thing?  I'm not working within rails.

I ended up getting all of this:

seltzer:~/devel/ruport/ruport/trunk sandal$ autotest
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:99:
warning: /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.4.3/bin/autotest/fixtures:
Not a directory
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:99:
warning: /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.4.3/bin/autotest/fixtures.rb:
Not a directory
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:99:
warning: /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.4.3/bin/autotest/fixtures.rbw:
Not a directory

I'll need to look at the file more closely, but I'm not sure if this
was what I was looking for...