migration_test_helper makes testing your migrations easier by adding helper methods to Test::Unit::TestCase for asserting the current state of the schema and executing migrations against the test database.
Micah Alles
gem "migration_test_helper", "~> 1.3.3"