Autospec exiting without results

Hi,

trying to get autospec working on a new Mac (snow lep) but when
running autospec on cmd it just exists with no result or output of any
kind

rake spec runs all tests as expected

I’ve followed the Rspec wiki and looked through some blog posts
related but nothing gained

any ideas what might be amiss?

any help much appreciated

thank you

On Thu, Feb 11, 2010 at 1:56 PM, Andy K. [email protected]
wrote:

any ideas what might be amiss?

any help much appreciated

thank you

If this is a rails app you also need the autotest-rails gem.

have that gem installed, still no luck

On Thu, Feb 11, 2010 at 4:11 PM, Andy K. [email protected]
wrote:

have that gem installed, still no luck

versions of rspec, rails, etc?

I too am having the same problem:

Mini:crm adam$ autospec
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
loading autotest/rails_rspec
style: RailsRspec
Mini:crm adam$

Here are my gem versions:
ZenTest 4.3.1
rspec 1.3.0
rspec-rails 1.3.2
autotest 4.2.9
autotest-rails 4.1.0

I’ve followed the Rspec wiki and looked through some blog posts
On Thu, Feb 11, 2010 at 4:11 PM, Andy K. [email protected] wrote:
have that gem installed, still no luck

versions of rspec, rails, etc?

On Sat, Apr 10, 2010 at 2:24 AM, Adman65 [email protected] wrote:

AUTOFEATURE=true.)
(Not running features. To run features in autotest, set
rspec-rails 1.3.2
autotest 4.2.9
autotest-rails 4.1.0

What versions of Ruby and rails?
Are you running autospec in the project root folder?
Are your specs in conventional directories?
Do you have a .autotest file in the app? Or a ~/.autotest file?
If so, what’s in them?