aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenadi Samokovarov <gsamokovarov@gmail.com>2016-06-13 10:50:48 +0300
committerGenadi Samokovarov <gsamokovarov@gmail.com>2016-06-13 10:50:48 +0300
commit3d8b238dd8219476543359461da54426cb33344b (patch)
treedb8b3ec29143789b4ee63de75d122768d84fac2d
parentb070a49e6b1df6c59f209cbefef6edee4931bd10 (diff)
downloadrails-3d8b238dd8219476543359461da54426cb33344b.tar.gz
rails-3d8b238dd8219476543359461da54426cb33344b.tar.bz2
rails-3d8b238dd8219476543359461da54426cb33344b.zip
Remove an unused require in ActiveSupport::TestCase
We used to have `assert_blank` and `assert_presence`. [ci skip]
-rw-r--r--activesupport/lib/active_support/testing/assertions.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb
index 29305e0082..ad83638572 100644
--- a/activesupport/lib/active_support/testing/assertions.rb
+++ b/activesupport/lib/active_support/testing/assertions.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/object/blank'
-
module ActiveSupport
module Testing
module Assertions