method
after_example
1.1.4 -
Show latest stable
-
0 notes -
Class: Spec::Example::ExampleMethods
- 1.1.4 (0)
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
after_example()
protected
Hide source
# File lib/spec/example/example_methods.rb, line 104 def after_example self.class.run_after_each(self) verify_mocks_for_rspec ensure teardown_mocks_for_rspec end