Sha256: b099c072af3edb0f34ae01d4cfdb8cb7349a1be8bd90f91b4c9fd982e00d2178
Contents?: true
Size: 433 Bytes
Versions: 79
Compression:
Stored size: 433 Bytes
Contents
require 'spec_helper' require 'puppet/util/profiler' describe Puppet::Util::Profiler::ObjectCounts do it "reports the changes in the system object counts" do pending("Can only count objects on ruby 1.9 or greater", :if => RUBY_VERSION < '1.9') do profiler = Puppet::Util::Profiler::ObjectCounts.new(nil, nil) message = profiler.finish(profiler.start) message.should =~ / T_STRING: \d+, / end end end
Version data entries
79 entries across 79 versions & 1 rubygems