From f9433ef26023174c9dc079441eb7d388f0625f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 30 Mar 2015 13:55:20 -0300 Subject: Require the extensions to tests pass in isolation --- activesupport/test/array_inquirer_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test') diff --git a/activesupport/test/array_inquirer_test.rb b/activesupport/test/array_inquirer_test.rb index 488e0d34a9..b25e5cca86 100644 --- a/activesupport/test/array_inquirer_test.rb +++ b/activesupport/test/array_inquirer_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/core_ext/array' class ArrayInquirerTest < ActiveSupport::TestCase def setup -- cgit v1.2.3