# File lib/migration_test_helper.rb, line 62
  def assert_table(name)
    table = Table.new(name)
    yield table
    table.verify
  end