Fake Renderer for Tests
- When testing Web Applications, you usually call the action and get back some HTML
- To verify that you got the correct HTML you need to parse it
- or use regex
- or use something like
Test::WWW::Mechanize
- which makes this chore at least bearable