Autotest, rails and view specs

Hi,

I’ve read in [1] that autotest “does not work with view specs for rails
versions < 2.3”, but I didn’t find a reason about that.

Is it just a bug?


[]'s Bruno

[1] http://wiki.github.com/dchelimsky/rspec/spork-autospec-pure-bdd-joy

On Sun, Mar 21, 2010 at 8:08 PM, Bruno P. [email protected]
wrote:

Hi,

I’ve read in [1] that autotest “does not work with view specs for rails
versions < 2.3”, but I didn’t find a reason about that.

It’s the combination of autotest and spork that results in inconsistent
results.

Is it just a bug?

You make it sound so simple :slight_smile:

To be honest I don’t remember the specific issue. I believe it was
related to rails’ template caching. If you can get it to work reliably
I’ll be happy to accept a patch. Please file a ticket at
http://rspec.lighthouseapp.com/ first, and then link to or attach a
patch.