From: Jeff Date: 2006-12-09T10:14:58+09:00 Subject: autotest broken on winxp? I haven't tried autotest on windows for a long time, but I thought it worked back then. Now, I get this error: C:\dev\row>autotest c:/program files/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.4.2/lib/autotest.rb:294:in `expand_path': couldn't find HOME environment -- expanding `~/.autotest' (ArgumentError) from c:/program files/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.4.2/lib/autotest.rb:294 from c:/program files/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from c:/program files/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.4.2/lib/rails_autotest.rb:1 from c:/program files/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from c:/program files/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.4.2/bin/autotest:44 from c:/Program Files/ruby/bin/autotest:18 I think I remember having to hand-fix some code originally, but again it was a long time ago (maybe 6 months ago). I also tried "autotest -rails" at the top folder of one of my rails projects, but I got the same error. Any idea what I'm doing wrong? Or is this a known issue with autotest perhaps? I have zentest 3.4.2 (did a gem update zentest to make sure), and I'm on WinXP SP2. Thanks! Jeff