# File lib/active_record/fixtures.rb, line 286
  def delete_existing_fixtures
    @connection.delete "DELETE FROM #{@table_name}", 'Fixture Delete'
  end