struct

Spec::Example::Procsy

Inherits Struct / Value / Object

Wraps an Example and a Proc that will eventually execute the example.

Instance methods

example

The example that will eventually run when calling run.

Source
run

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

Source