Skip to content

struct Spec::ExampleGroup::Procsy
inherits Struct

Wraps an ExampleGroup and a Proc that will eventually execute the group.

Methods

#example_group : ExampleGroup

The group that will eventually run when calling run.

View source

#run

Executes the wrapped example group, possibly executing other around_all hooks before that.

View source