The Rails Page Cache Test Plugin adds two
assertions to the Test::Units::TestCase class of
Ruby on Rails to check the caching and expiring of
pages in integration tests.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds a test for action and fragment caching. The plugin does not look at the filesystem anymore to see if page are cached or not. It hijacks the ActionController::Base page caching methods to store which pages are cached and expired, and uses that information for the assertions.