# File lib/spec/matchers/migration_matchers.rb, line 52 def matches?(table) @table = table table.columns.map { |c| c.name }.include?(column_name.to_s) end