aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-08-02 17:04:34 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:01 +0200
commit09454dcca9ef4b274075aae5a4f84833605e9c54 (patch)
tree049ca1f12e01ea0c6d70a8935e7dbd33224dd5e3
parent95c517b6d6c13bfff2a020b2a29ec5c9bacfebf3 (diff)
downloadrails-09454dcca9ef4b274075aae5a4f84833605e9c54.tar.gz
rails-09454dcca9ef4b274075aae5a4f84833605e9c54.tar.bz2
rails-09454dcca9ef4b274075aae5a4f84833605e9c54.zip
Removed require for active_support/core_ext/object/inclusion since in? isn't used anywhere.
-rw-r--r--actionview/lib/action_view/testing/assertions/selector.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/lib/action_view/testing/assertions/selector.rb b/actionview/lib/action_view/testing/assertions/selector.rb
index bc8f40a245..3048c27b2d 100644
--- a/actionview/lib/action_view/testing/assertions/selector.rb
+++ b/actionview/lib/action_view/testing/assertions/selector.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/object/inclusion'
-
#--
# Copyright (c) 2006 Assaf Arkin (http://labnotes.org)
# Under MIT and/or CC By license.