1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #5269 from castlerock/remove_unwanted_require_karnel_reporting

AS/kernel/reporting no where used in ts_isolated
This commit is contained in:
Piotr Sarnacki 2012-03-04 08:35:16 -08:00
commit 4d391a4fde

View file

@ -3,7 +3,6 @@ $:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
require 'minitest/autorun'
require 'rbconfig'
require 'active_support/core_ext/kernel/reporting'
require 'abstract_unit'
class TestIsolated < ActiveSupport::TestCase