Sha256: 379f074376c7ead6cbc6a6929b2c085edf9265c92d43c7e11900da40fbb04dc0
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 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
17 entries across 17 versions & 1 rubygems