Issues after removal of rpsec plugins and gem install

autotest will no longer run my tests after I installed the rpsec gem and
removed the plugins. I did install the rspec-rails gem as well.

Is anyone else having this issue?

On Sat, Nov 1, 2008 at 3:25 PM, Chris O. [email protected]
wrote:

autotest will no longer run my tests after I installed the rpsec gem and
removed the plugins. I did install the rspec-rails gem as well.

Is anyone else having this issue?

Not sure how far back you’re updating from, but we introduced autospec
in 1.1.5:

http://rspec.info/changes-rspec.html

Cheers,
David

I see that in 1.1.5 you are no longer supposed to use autotest. Things
are now working using autospec.

David C. wrote:

On Sat, Nov 1, 2008 at 3:25 PM, Chris O. [email protected]
wrote:

autotest will no longer run my tests after I installed the rpsec gem and
removed the plugins. I did install the rspec-rails gem as well.

Is anyone else having this issue?

Not sure how far back you’re updating from, but we introduced autospec
in 1.1.5:

http://rspec.info/changes-rspec.html

Cheers,
David

rspec (1.1.11)
rspec-rails (1.1.11)
ZenTest (3.11.0)

I was under the impression that with the latest version a person no
longer has to install the rails plugins. I have removed them, and as
mentioned autotest just hangs.

$ autotest
loading autotest/rails
[hangs]

Thanks for the help.

On Sat, Nov 1, 2008 at 5:38 PM, Chris O. [email protected]
wrote:

Chris O. wrote:

I see that in 1.1.5 you are no longer supposed to use autotest. Things
are now working using autospec.

I now noticed that what you mentioned in your reply. I totally missed
that point.

Thanks again David.

No problem. Glad it wasn’t a new bug :slight_smile:

Cheers,
David

Chris O. wrote:

I see that in 1.1.5 you are no longer supposed to use autotest. Things
are now working using autospec.

I now noticed that what you mentioned in your reply. I totally missed
that point.

Thanks again David.