Cucumber - before scenario outline, but just one time

If I have a Background section and a Scenario Outline, the Background
runs once before each example in the scenario outline. Is there a hook
that before the Scenario Outline, but not before each example?

Jon

On Nov 3, 2010, at 12:04 PM, Jon Kruger wrote:

If I have a Background section and a Scenario Outline, the Background
runs once before each example in the scenario outline. Is there a hook
that before the Scenario Outline, but not before each example?

Please post Cucumber questions to the Cucumber google group:
http://groups.google.com/group/cukes.

Cheers,
David

Didn’t know there was one. I’ll do that, thanks.