From 3d8b238dd8219476543359461da54426cb33344b Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Mon, 13 Jun 2016 10:50:48 +0300 Subject: Remove an unused require in ActiveSupport::TestCase We used to have `assert_blank` and `assert_presence`. [ci skip] --- activesupport/lib/active_support/testing/assertions.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support') 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 -- cgit v1.2.3