Sha256: c5dc5060ee7fe5a284ab7ab0f7aeba77e8062d1f7cdb74fc9a09662948fe2eca
Contents?: true
Size: 339 Bytes
Versions: 17
Compression:
Stored size: 339 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 BTest < Test::Unit::TestCase def test_timetrap_is_not_loaded assert !defined?(Timetrap) end def test_haml_is_loaded assert Haml end end
Version data entries
17 entries across 17 versions & 1 rubygems