提交 03018cb7 编写于 作者: A Akira Matsuda

Don't require 'active_support/all' in an individual test case!!!

and Git taught me that this crap was added via this commit... https://github.com/rails/rails/commit/68db6bc431fbff0b2291f1f60ccf974b4eece596
上级 d21e5fbc
......@@ -10,6 +10,7 @@
require "active_support/testing/autorun"
require "active_support/testing/method_call_assertions"
require "active_support/core_ext/integer/time"
class ActiveModel::TestCase < ActiveSupport::TestCase
include ActiveSupport::Testing::MethodCallAssertions
......
# frozen_string_literal: true
require "cases/helper"
require "active_support/all"
require "models/topic"
require "models/person"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册