Sha256: 4e5a22667be91ae84c142e549991016db32d74e70cffb908ce1cb2051dceccb0
Contents?: true
Size: 606 Bytes
Versions: 3
Compression:
Stored size: 606 Bytes
Contents
def ami(m, &block) context("AMI", "##{m}", &block) end ami:ping do test "should return the number of seconds before a response if reachable" test "should raise a PingError if unreachable" end ami:agents do test "should return an Array of Agent objects" test "should convert the logged-in time to a Ruby DateTime" test "should convert the logged-in status to a Symbol" test "should work with known logged-in statuses" test "should convert unrecognized logged-in statuses to :unknown" end ami:queues do end ami:state_of_extension do test "should take one argument" test "should " end
Version data entries
3 entries across 3 versions & 2 rubygems