class Test::Unit::Notify::NotifyCommand

Public Instance Methods

available?() click to toggle source
# File lib/test/unit/notify.rb, line 55
def available?
  paths.any? do |path|
    File.exist?(File.join(path, @command))
  end
end