Sha256: dbc3ce64f969faabf82fdfc6aa3b75b84d3f6721494fd298208d004fc45f65c8
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 ATest < Test::Unit::TestCase def test_timetrap_is_loaded assert Timetrap end def test_haml_is_not_loaded assert !defined?(Haml) end end
Version data entries
57 entries across 57 versions & 2 rubygems