From 170f414928fcd3d3e691ee67ad59798b77b6330f Mon Sep 17 00:00:00 2001 From: Timm Date: Mon, 9 Sep 2013 18:45:13 +0200 Subject: Removed require's for html-scanner. --- actionpack/test/controller/action_pack_assertions_test.rb | 1 - actionpack/test/controller/integration_test.rb | 1 - 2 files changed, 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb index eb9faa78a9..d541e577cf 100644 --- a/actionpack/test/controller/action_pack_assertions_test.rb +++ b/actionpack/test/controller/action_pack_assertions_test.rb @@ -1,5 +1,4 @@ require 'abstract_unit' -require 'action_view/vendor/html-scanner' require 'controller/fake_controllers' class ActionPackAssertionsController < ActionController::Base diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb index e03580cc6d..f509426040 100644 --- a/actionpack/test/controller/integration_test.rb +++ b/actionpack/test/controller/integration_test.rb @@ -1,6 +1,5 @@ require 'abstract_unit' require 'controller/fake_controllers' -require 'action_view/vendor/html-scanner' class SessionTest < ActiveSupport::TestCase StubApp = lambda { |env| -- cgit v1.2.3