Sha256: 89fedb1dbc865f513ba1bdb186db124c337a584a4978f50478b0f83eb153f4c6
Contents?: true
Size: 338 Bytes
Versions: 57
Compression:
Stored size: 338 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
57 entries across 57 versions & 2 rubygems