On 9/30/07, Andrew WC Brown <[EMAIL PROTECTED]> wrote:
> My autotest runs but when I make changes to a spec it doesn't reload.

Reload? Do you mean it doesn't re-run that spec?

> I checked another application I was building that had 1.0.9 but it was
> reloading fine.
>
> How would I debug a problem such as autotest not reloading?

If you're working on a rails app, look at the mappings in
vendor/plugins/rspec_on_rails/lib/autotest/rails_rspec.rb.

If it's any other kind of ruby app, then look at lib/autotest/rspec.rb
in the rspec gem.

Make sure that the path to the spec file is represented in the mappings.

>
> _______________________________________________
> rspec-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to