Sha256: 12cfa9fe064109d36f26395b7910e580d1d498eedccf5883d06a91956ba5aef3
Contents?: true
Size: 604 Bytes
Versions: 15
Compression:
Stored size: 604 Bytes
Contents
#!/usr/bin/env rspec require 'spec_helper' require 'matchers/json' require 'puppet/util/instrumentation' require 'puppet/util/instrumentation/indirection_probe' describe Puppet::Util::Instrumentation::IndirectionProbe do Puppet::Util::Instrumentation::IndirectionProbe it "should indirect instrumentation_probe" do Puppet::Util::Instrumentation::IndirectionProbe.indirection.name.should == :instrumentation_probe end it "should return pson data" do probe = Puppet::Util::Instrumentation::IndirectionProbe.new("probe") probe.should set_json_attribute('name').to("probe") end end
Version data entries
15 entries across 15 versions & 2 rubygems