instiki/vendor/rails/activesupport/lib/active_support/testing/core_ext/test.rb

6 lines
206 B
Ruby
Raw Normal View History

require 'active_support/testing/core_ext/test/unit/assertions'
require 'active_support/testing/setup_and_teardown'
class Test::Unit::TestCase #:nodoc:
include ActiveSupport::Testing::SetupAndTeardown
end