aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-06-13 10:08:50 +0200
committerGitHub <noreply@github.com>2016-06-13 10:08:50 +0200
commit01fc08f694d317911f6a141f2255eaa0881b02a9 (patch)
treedb8b3ec29143789b4ee63de75d122768d84fac2d /activesupport/lib
parentb070a49e6b1df6c59f209cbefef6edee4931bd10 (diff)
parent3d8b238dd8219476543359461da54426cb33344b (diff)
downloadrails-01fc08f694d317911f6a141f2255eaa0881b02a9.tar.gz
rails-01fc08f694d317911f6a141f2255eaa0881b02a9.tar.bz2
rails-01fc08f694d317911f6a141f2255eaa0881b02a9.zip
Merge pull request #25380 from gsamokovarov/drop-unused-blank-require
Remove an unused require in ActiveSupport::TestCase
Diffstat (limited to 'activesupport/lib')
-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