Class: Minitest::ChatNotifierPlugin::Summary
- Inherits:
-
Data
- Object
- Data
- Minitest::ChatNotifierPlugin::Summary
- Defined in:
- lib/minitest/chat_notifier_plugin.rb
Instance Attribute Summary collapse
-
#failed_examples ⇒ Object
readonly
Returns the value of attribute failed_examples.
Instance Attribute Details
#failed_examples ⇒ Object (readonly)
Returns the value of attribute failed_examples
9 10 11 |
# File 'lib/minitest/chat_notifier_plugin.rb', line 9 def failed_examples @failed_examples end |