struct

Spec::ExampleGroup::Procsy

Inherits Struct / Value / Object

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

Instance methods

example_group

The group that will eventually run when calling run.

Source
run

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

Source