class Test::Unit::TestCase
Public Instance Methods
teardown_with_webmock()
click to toggle source
# File lib/webmock/test_unit.rb, line 10 def teardown_with_webmock teardown_without_webmock WebMock.reset! end
Also aliased as: teardown