method
example_started
1.3.1 -
Show latest stable
- Class:
Spec::Runner::Formatter::BaseFormatter
example_started(example_proxy)public
This method is invoked when an example starts. The next method to be invoked after this is #example_passed, #example_failed, or #example_pending
Parameters
| example_proxy: | instance of Spec::Example::ExampleProxy |