[Cucumber] Autospec run "only" features?

Hello All,
Is there a way to Autospec “only” my features?
I know this is an anti-pattern. Just trying to auto-cycle while
figuring
out some things with Cucumber.
Once I get the Cuke code ironed out, I’d happily return to correct
Rspec-Then-Cuke auto-cycling.

Thoughts?

Peter F.
(847) 687-7646
Email: [email protected]
IM GTalk: peter.fitzgibbons
IM Yahoo: pjfitzgibbons
IM MSN: [email protected]
IM AOL: [email protected]

On Mon, Jun 22, 2009 at 10:50 AM, Peter
Fitzgibbons[email protected] wrote:

Hello All,
Is there a way to Autospec “only” my features?

Autospec is RSpec’s thin wrapper that specifically enables running
specs. If you don’t want to run your specs, use the autotest command
instead.