Using LINE with nested example groups

I would like to use the --line parameter with nested example groups
(describe / context).

It looks to me like rspec handles this fine if I select the innermost
group.

But if I select an outer group, rspec ignores all the nested examples.

Is this how it is meant to work??

Is there a way to make rspec run all the nested examples when I select
an outer group??

thanks, Andy

ps I’m using rspec 1.3.0, ruby 1.8.7, ubuntu 10.04.

On Jul 1, 2010, at 1:27 PM, Arco wrote:

Is there a way to make rspec run all the nested examples when I select
an outer group??

thanks, Andy

ps I’m using rspec 1.3.0, ruby 1.8.7, ubuntu 10.04.

This works as you expect in rspec-2, but does not in rspec-1.

Cheers,
David