Class: Test::Unit::Notify::Notifier
- Inherits:
-
Object
- Object
- Test::Unit::Notify::Notifier
- Defined in:
- lib/test/unit/notify.rb
Constant Summary
Class Method Summary (collapse)
-
+ (Boolean) available?
Return
true
if test result notification is available.
Class Method Details
+ (Boolean) available?
Return true
if test result notification
is available.
211 212 213 |
# File 'lib/test/unit/notify.rb', line 211 def available? not command.nil? end |