Textmate Bundle focussed test

When running a focussed (single) example in textmate and have no
description like this:

it { should do_something }

I get not the desired effect :slight_smile:

Is there a way to get this to work?
(When running all examples this is no problem and works fine)

regards, j.

On Thu, Jun 11, 2009 at 4:49 AM, John van Dijk[email protected]
wrote:

When running a focussed (single) example in textmate and have no
description like this:

it { should do_something }

I get not the desired effect :slight_smile:

Is there a way to get this to work?

The mechanism for running focused examples relies on the name of the
example. When you use this format, the name is not known until after
the example is run. So, at least for the moment, no.

David