method
example_started
rspec 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 |