aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/selector_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/selector_test.rb')
-rw-r--r--actionpack/test/controller/selector_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/selector_test.rb b/actionpack/test/controller/selector_test.rb
index 5e302da212..1e80c8601c 100644
--- a/actionpack/test/controller/selector_test.rb
+++ b/actionpack/test/controller/selector_test.rb
@@ -5,7 +5,7 @@
require 'abstract_unit'
require 'controller/fake_controllers'
-require 'action_controller/vendor/html-scanner'
+require 'action_view/vendor/html-scanner'
class SelectorTest < ActiveSupport::TestCase
#