From 4f8d86c822b5ceebbd1616f3329fbdf40d3f8431 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 6 Feb 2017 18:06:09 +0900 Subject: Remove `ActiveModel::TestCase` from lib `ActiveModel::TestCase` is used only for the test of Active Model. Also, it is a private API and can not be used in applications. Therefore, it is not necessary to include it in lib. --- activemodel/lib/active_model/test_case.rb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 activemodel/lib/active_model/test_case.rb (limited to 'activemodel/lib/active_model/test_case.rb') diff --git a/activemodel/lib/active_model/test_case.rb b/activemodel/lib/active_model/test_case.rb deleted file mode 100644 index 5004855d56..0000000000 --- a/activemodel/lib/active_model/test_case.rb +++ /dev/null @@ -1,4 +0,0 @@ -module ActiveModel #:nodoc: - class TestCase < ActiveSupport::TestCase #:nodoc: - end -end -- cgit v1.2.3