Sha256: 52c3600006f7b6664db31e62a41e692c4bbc4d5948ae94b1171f17cc6999d04f
Contents?: true
Size: 311 Bytes
Versions: 25
Compression:
Stored size: 311 Bytes
Contents
require 'test/unit/testcase' require 'active_support/testing/setup_and_teardown' require 'active_support/testing/default' # TODO: move to core_ext class Test::Unit::TestCase #:nodoc: include ActiveSupport::Testing::SetupAndTeardown end module ActiveSupport class TestCase < Test::Unit::TestCase end end
Version data entries
25 entries across 25 versions & 7 rubygems