method
example_passed
rspec latest stable - Class:
Spec::Runner::Formatter::BaseFormatter
example_passed(example_proxy)public
This method is invoked when an example passes. example_proxy is the same instance of Spec::Example::ExampleProxy that was passed to example_started
Parameters
| example_proxy: | instance of Spec::Example::ExampleProxy |