On Thu, Jun 19, 2008 at 12:32 PM, Lori M Olson <[EMAIL PROTECTED]> wrote:
> Would you have an example of such an exception to share?
>
> Thanks, Lori

The .autotest at the base of one of my plugins, which updates a .sqlite3:

Autotest.add_hook :initialize do |at|
  at.add_exception('spec/db/tracks_history.sqlite3')
end

And that's all there is to do. I should've mentioned in my last email
that you can use `autotest -v` to figure out what files autotest has
not yet been set up to ignore.

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

Reply via email to