Rspec2 and autotest

David:

Glad to see that your book was just published. It’s been a life-changing
read!

I’m struggling with the best way to integrate autotest working in a
rails project with RSpec 2. The latest autotest 4.4.6 gem seems to
retire it as a standalone gem and go back to ZenTest - which I assume
doesn’t work with RSpec (although I may be wrong).

Reverting to autotest 4.4.5 got me back up and running.

What’s the longer term strategy? watchr?

Thanks
Martin Volerich

On Dec 2, 2010, at 10:12 AM, Martin Volerich wrote:

David:

Glad to see that your book was just published. It’s been a life-changing read!

I’m struggling with the best way to integrate autotest working in a rails
project with RSpec 2. The latest autotest 4.4.6 gem seems to retire it as a
standalone gem and go back to ZenTest - which I assume doesn’t work with RSpec
(although I may be wrong).

Reverting to autotest 4.4.5 got me back up and running.

What’s the longer term strategy? watchr?

Haven’t had time to look at recent changes to autotest.

Lately I’ve been using guard:

HTH,
David