class Test::Unit::TestCase

Public Instance Methods

teardown_with_webmock() click to toggle source
# File lib/webmock/test_unit.rb, line 12
def teardown_with_webmock
  WebMock.reset!
end