Sha256: ca279d7e11c4f129164959395bd8b4e28750d9b8048b309ef772eb74b6758102
Contents?: true
Size: 274 Bytes
Versions: 30
Compression:
Stored size: 274 Bytes
Contents
require 'test/unit' require 'sys_watchdog' class SysWatchdogTest < Test::Unit::TestCase def test_run conf_file = File.join File.dirname(__FILE__), 'sys_watchdog_test.yml' sw = SysWatchdog.new conf_file: conf_file, log_file: STDOUT sw.run once: true end end
Version data entries
30 entries across 30 versions & 1 rubygems