Sha256: 0a93482cb765a789bc2ac9c4cb142be350b3d64b966a7dabfa6705957f959f9f
Contents?: true
Size: 568 Bytes
Versions: 7
Compression:
Stored size: 568 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2016 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
7 entries across 7 versions & 1 rubygems