Rails 2.0 and autotest not working together?

Hello,

After getting rails 2.0 preview to work, autotest stopped working?

$ autotest

loading autotest/rails_rspec
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S
script/spec -O spec/spec.opts spec/controllers/user_controller_spec.rb
spec/models/user_spec.rb spec/helpers/user_helper_spec.rb
/Library/Ruby/Gems/gems/activesupport-1.4.4.7919/lib/active_support/dependencies.rb:263:in
load_missing_constant': uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper (NameError) from /Library/Ruby/Gems/gems/activesupport-1.4.4.7919/lib/active_support/dependencies.rb:453:inconst_missing’
from
/Users/myaccount/Documents/RubyonRailsApps/rspec/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/helper.rb:31
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in
gem_original_require' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:inrequire’


Is this a common error?

Well I just had to comment out that line to remove

ActionView…JavascriptMacros…

So I got another error

undefined method `run=’ for Test::Unit:Module

Fixed.

http://www.ruby-forum.com/topic/129741#578900