提交 30ef55de 编写于 作者: A Arun Agrawal 提交者: Xavier Noria

Removing extra requires from the test. Already loaded in abstract_unit.

上级 9d0b376b
require 'abstract_unit' require 'abstract_unit'
require 'active_support/core_ext/kernel/reporting'
ActionController::Base.helpers_path = File.expand_path('../../fixtures/helpers', __FILE__) ActionController::Base.helpers_path = File.expand_path('../../fixtures/helpers', __FILE__)
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
require 'active_support/inflector' require 'active_support/inflector'
require 'active_support/core_ext/string' require 'active_support/core_ext/string'
require 'active_support/time' require 'active_support/time'
require 'active_support/core_ext/kernel/reporting'
require 'active_support/core_ext/string/strip' require 'active_support/core_ext/string/strip'
class StringInflectionsTest < Test::Unit::TestCase class StringInflectionsTest < Test::Unit::TestCase
......
require 'abstract_unit' require 'abstract_unit'
require 'pp' require 'pp'
require 'active_support/dependencies' require 'active_support/dependencies'
require 'active_support/core_ext/kernel/reporting'
module ModuleWithMissing module ModuleWithMissing
mattr_accessor :missing_count mattr_accessor :missing_count
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
require 'abstract_unit' require 'abstract_unit'
require 'active_support/json' require 'active_support/json'
require 'active_support/time' require 'active_support/time'
require 'active_support/core_ext/kernel/reporting'
class TestJSONDecoding < ActiveSupport::TestCase class TestJSONDecoding < ActiveSupport::TestCase
TESTS = { TESTS = {
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
require 'abstract_unit' require 'abstract_unit'
require 'multibyte_test_helpers' require 'multibyte_test_helpers'
require 'active_support/core_ext/kernel/reporting'
class MultibyteUtilsTest < ActiveSupport::TestCase class MultibyteUtilsTest < ActiveSupport::TestCase
include MultibyteTestHelpers include MultibyteTestHelpers
......
require 'abstract_unit' require 'abstract_unit'
require 'active_support/core_ext/kernel/reporting'
class AssertDifferenceTest < ActiveSupport::TestCase class AssertDifferenceTest < ActiveSupport::TestCase
def setup def setup
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册