# File lib/migration_test_helper.rb, line 109 def table(name) table = Table.new(name) yield table table.verify @tables << table end