Sha256: 8e0fbf3e31330d3cec698e8e71558b13d74bd3361aa95e3246253efcae2dd496
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true require 'test_helper' require 'statsd/instrument/client' class NullSinktest < Minitest::Test def test_null_sink null_sink = StatsD::Instrument::NullSink.new null_sink << 'foo:1|c' << 'bar:1|c' pass # We don't have anything to assert, except that no exception was raised end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
statsd-instrument-2.6.0 | test/null_sink_test.rb |