Sha256: a343b109d7f02fb4cbac800a9dda50154427ba589228f42ca707595d64c640db
Contents?: true
Size: 424 Bytes
Versions: 348
Compression:
Stored size: 424 Bytes
Contents
require 'spec_helper' require 'puppet/util/profiler' describe Puppet::Util::Profiler::ObjectCounts, unless: Puppet::Util::Platform.jruby? do # ObjectSpace is not enabled by default on JRuby it "reports the changes in the system object counts" do profiler = Puppet::Util::Profiler::ObjectCounts.new(nil, nil) message = profiler.finish(profiler.start) expect(message).to match(/ T_STRING: \d+, /) end end
Version data entries
348 entries across 348 versions & 1 rubygems