Re: [rspec-users] using LINE with nested example groups

2010-07-01 Thread David Chelimsky
On Jul 1, 2010, at 1:27 PM, Arco wrote: > 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. > >

[rspec-users] using LINE with nested example groups

2010-07-01 Thread Arco
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