diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-22 17:59:28 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-23 03:10:48 -0700 |
commit | 4e3fd23e311cd1773e62e7971f0f47af05d5000a (patch) | |
tree | b9a4911486703b457e08ff26622477de292ca9b7 /actionpack | |
parent | e0ed4b7aa45cacba12ad5aeba23f71305579b395 (diff) | |
download | rails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.tar.gz rails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.tar.bz2 rails-4e3fd23e311cd1773e62e7971f0f47af05d5000a.zip |
test depends on html-scanner
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/integration_test.rb | 1 |
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| |