# File lib/webmock/minitest.rb, line 8
  def teardown_with_webmock
    teardown_without_webmock
    WebMock.reset!
  end