Class: Test::Unit::TestCase
- Inherits:
-
Object
- Object
- Test::Unit::TestCase
- Includes:
- WebMock::API
- Defined in:
- lib/webmock/test_unit.rb
Instance Method Summary collapse
Methods included from WebMock::API
#a_request, #assert_not_requested, #assert_requested, #hash_excluding, #hash_including, #remove_request_stub, #reset_executed_requests!, #stub_request
Instance Method Details
permalink #teardown_with_webmock ⇒ Object
[View source] [View on GitHub]
14 15 16 |
# File 'lib/webmock/test_unit.rb', line 14 def teardown_with_webmock WebMock.reset! end |