AV::TestCase has about 300 lines of code trying to fake something
which is already there - a clean API for running helper methods in a
real view. We no longer need all that code to setup an artificial view
context.
Hm, I don't think it's completely backwards-compatible as AV::TestCase
does set A LOT of instance variables and stuff which people surely use
in their tests. So, these tests would fail.
Yehuda and I agreed that it would be wise to mark AV::TestCase as
deprecated instead and encourage people to use the replacement. What
do you think?