module Test::Unit::Attribute::ClassMethods

def attributes_table

def attributes_table
  @attributes_table ||= StringifyKeyHash.new
  super.merge(@attributes_table)
end