Displaying 1 result from an estimated 1 matches for "actionpackassertionscontrollertest".
2005 Oct 10
1
ActionPack tests are failing
...oblem is, that
the document.rb from EdgeRails is required (I verified that) but
document itself requires "html/node" and that seems to require an old
version of node which is included in glue. In this older version
"childless?" takes no argument:
test_assert_tag_and_url_for(ActionPackAssertionsControllerTest):
ArgumentError: wrong number of arguments (1 for 0)
./test/controller/../../lib/action_controller/vendor/html-scanner/html/document.rb:41:in
`childless?''
./test/controller/../../lib/action_controller/vendor/html-scanner/html/document.rb:41:in
`initialize''
./test/controller/.....