Sha256: 384fc13a8747a06fa6a9bc6f6e41392dba66191251e42ee342783f3d3cfd2cb6
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
require 'rhosync' include Rhosync::Monitoring describe "Record" do it "should add metric to the record" do pending Record.add('foo') Record.add('foo') end it "should not exceed record size" do pending end it "should set absolute metric value" it "should get range of metric values" it "should reset metric" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhosync-2.0.8 | spec/monitoring/record_spec.rb |