erubis
erubis copied to clipboard
Fix tests for ruby 2.0
This fixes most of the issues I had with the test suite running with Ruby 2.0
There are two outstanding issues:
- test_example_java_result(KwarkUsersGuideTest) - I really did not investigated the issue
- test_untabify2(MainTest) - Not sure how to deal with that. It seems that Syck was able to deal with tabs while Psych is not able to handle them by design. Somebody else has to decide.
Ah, the test_example_java was already reported on different place: http://rubyforge.org/tracker/?func=detail&aid=27330&group_id=1320&atid=5201