aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-22 17:59:28 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-23 03:10:48 -0700
commit4e3fd23e311cd1773e62e7971f0f47af05d5000a (patch)
treeb9a4911486703b457e08ff26622477de292ca9b7 /actionpack/test
parente0ed4b7aa45cacba12ad5aeba23f71305579b395 (diff)
downloadrails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.tar.gz
rails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.tar.bz2
rails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.zip
test depends on html-scanner
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/integration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb
index eae6835714..197ba0c69c 100644
--- a/actionpack/test/controller/integration_test.rb
+++ b/actionpack/test/controller/integration_test.rb
@@ -1,4 +1,5 @@
require 'abstract_unit'
+require 'action_controller/vendor/html-scanner'
class SessionTest < Test::Unit::TestCase
StubApp = lambda { |env|