[rspec-users] autotest stop working, 1.0.9?
David Chelimsky
dchelimsky at gmail.com
Sun Sep 30 09:09:56 EDT 2007
On 9/30/07, Andrew WC Brown <omen.king at gmail.com> 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
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
More information about the rspec-users
mailing list