# File lib/big_record/fixtures.rb, line 950
    def teardown_bigrecord_fixtures
      return if @bigrecord_fixtures_teardown
      @bigrecord_fixtures_teardown = true
      return unless defined?(BigRecord::Base) && !BigRecord::Base.configurations.blank?

      unless use_transactional_fixtures?
        BigRecordFixtures.reset_cache
      end

      BigRecord::Base.verify_active_connections!
    end