diff options
author | Genadi Samokovarov <gsamokovarov@gmail.com> | 2016-06-13 10:50:48 +0300 |
---|---|---|
committer | Genadi Samokovarov <gsamokovarov@gmail.com> | 2016-06-13 10:50:48 +0300 |
commit | 3d8b238dd8219476543359461da54426cb33344b (patch) | |
tree | db8b3ec29143789b4ee63de75d122768d84fac2d /activesupport/lib/active_support/testing | |
parent | b070a49e6b1df6c59f209cbefef6edee4931bd10 (diff) | |
download | rails-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]
Diffstat (limited to 'activesupport/lib/active_support/testing')
-rw-r--r-- | activesupport/lib/active_support/testing/assertions.rb | 2 |
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 |