Sha256: 9060c9733f1337dd7e503752f68b8ff9b46f11a6165bd19c80d275a287e0267a
Contents?: true
Size: 502 Bytes
Versions: 99
Compression:
Stored size: 502 Bytes
Contents
require 'test_helper' class InstanaTest < Minitest::Test def test_that_it_has_a_version_number refute_nil ::Instana::VERSION end def test_that_it_has_a_logger refute_nil ::Instana.logger end def test_that_it_has_an_agent refute_nil ::Instana.agent end def test_that_it_has_a_collector refute_nil ::Instana.collector end def test_that_it_has_a_tracer refute_nil ::Instana.tracer end def test_that_it_has_a_config refute_nil ::Instana.config end end
Version data entries
99 entries across 99 versions & 1 rubygems