Sha256: 9bb83713060f45f1f04d94c5c826d22d102e505527341e529737bbe1221171d4
Contents?: true
Size: 284 Bytes
Versions: 74
Compression:
Stored size: 284 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. require 'test/unit' class ATest < Test::Unit::TestCase def test_success assert "This test is not failing!!!" end end
Version data entries
74 entries across 74 versions & 2 rubygems