Sha256: b0cfc5fcc3c432a91537f66528c9262ffb43827e572c900344ef7b085a8f4d05
Contents?: true
Size: 457 Bytes
Versions: 16
Compression:
Stored size: 457 Bytes
Contents
# # Bolt::Notifiers::Generic # # The Generic Notifier does not do anything, it's for stability # module Bolt module Notifiers class Generic # info message def info(name, description) end # message to be displayed when test file is missing def test_file_missing(filename) end def result(filename, results) end def error(name, description) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems