From 7c34548fe0c7c5078fe9672e236630597be50d13 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Mon, 2 Mar 2015 11:32:35 +0800 Subject: Use include? instead of in? for Enumerable#without. [egilburg] --- activesupport/test/core_ext/enumerable_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/core_ext/enumerable_test.rb b/activesupport/test/core_ext/enumerable_test.rb index c8123a022a..e5d8ae7882 100644 --- a/activesupport/test/core_ext/enumerable_test.rb +++ b/activesupport/test/core_ext/enumerable_test.rb @@ -1,7 +1,6 @@ require 'abstract_unit' require 'active_support/core_ext/array' require 'active_support/core_ext/enumerable' -require 'active_support/core_ext/object/inclusion' Payment = Struct.new(:price) class SummablePayment < Payment -- cgit v1.2.3