From 607f945b1dc42bc7df85063bd6b1118759c0d8a4 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 31 Mar 2010 04:40:51 -0700 Subject: adds missing require for blank? and present? --- activesupport/lib/active_support/testing/assertions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb index e01aa80877..33793f0688 100644 --- a/activesupport/lib/active_support/testing/assertions.rb +++ b/activesupport/lib/active_support/testing/assertions.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/array/wrap' +require 'active_support/core_ext/object/blank' module ActiveSupport module Testing -- cgit v1.2.3