[rspec-users] Autotest/RSpec 1.1.4/Rails 2.1 Infinite Loop?
Kyle Hargraves
philodespotos at gmail.com
Thu Jun 19 17:52:44 EDT 2008
On Thu, Jun 19, 2008 at 12:32 PM, Lori M Olson <loriolson at mac.com> 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
More information about the rspec-users
mailing list