Sha256: efc8f098bcc7d047f61b059a86431d0b3b7abb944c185dac6084e79848102c2c
Contents?: true
Size: 241 Bytes
Versions: 11
Compression:
Stored size: 241 Bytes
Contents
module NFAgent class Tests def self.run response = Client.post(:poller, Info.new.to_hash) if !response.ok? puts "Test Failed: #{response.message}" else puts "Tests PASSED!" end end end end
Version data entries
11 entries across 11 versions & 1 rubygems