# File tests/common.rb, line 229
  def add_created_instance(id)
    $created_instances ||= []
    $created_instances << id
  end