using rails 2.0.2 and ZenTest 3.7.2
I know this must be something dumb I’m doing. But I’m getting this
problem both in OSX and ubuntu.
On a new rails projects when I run autotest I get the following
output
loading autotest/rails
Dunno! test/test_helper.rb
Dunno! README
Dunno! Rakefile
Dunno! app/helpers/application_helper.rb
Dunno! app/controllers/application.rb
when I install the two rspec plugins, rspec and rspec_on_rails I get the
same output followed by every file part of the two pugins, so:
loading autotest/rails
Dunno! test/test_helper.rb
Dunno! README
Dunno! app/helpers/application_helper.rb
Dunno! app/controllers/application.rb
Dunno! Rakefile
Dunno!
vendor/plugins/rspec_on_rails/generators/rspec/templates/script/spec
Dunno!
vendor/plugins/rspec_on_rails/generators/rspec_scaffold/templates/helper_spec.rb
Dunno! vendor/plugins/rspec_on_rails/Rakefile
Dunno!
vendor/plugins/rspec_on_rails/spec/rails/example/shared_behaviour_spec.rb
Dunno!
vendor/plugins/rspec_on_rails/spec_resources/views/view_spec/implicit_helper.rhtml
Dunno!
vendor/plugins/rspec_on_rails/generators/rspec_controller/templates/helper_spec.rb
.
etc…
I know I must be doing something dumb, can someone tell me please?