Class: MyProbatioPlugin
- Inherits:
-
Object
- Object
- MyProbatioPlugin
- Defined in:
- lib/probatio/examples/a_plugin.rb
Overview
examples of probatio plugins
Instance Method Summary collapse
Instance Method Details
#on_test_succeed(ev) ⇒ Object
7 8 9 10 |
# File 'lib/probatio/examples/a_plugin.rb', line 7 def on_test_succeed(ev) puts "GREAT SUCCESS! " + ev.to_s end |