mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
test depends on html-scanner
This commit is contained in:
parent
e0ed4b7aa4
commit
4e3fd23e31
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
require 'abstract_unit'
|
require 'abstract_unit'
|
||||||
|
require 'action_controller/vendor/html-scanner'
|
||||||
|
|
||||||
class SessionTest < Test::Unit::TestCase
|
class SessionTest < Test::Unit::TestCase
|
||||||
StubApp = lambda { |env|
|
StubApp = lambda { |env|
|
||||||
|
|
Loading…
Reference in a new issue