Sha256: 0ccfe63023666a01a7f11f9d6f2ab55de542a0bb21f78ae86ba957bb80aa0772
Contents?: true
Size: 411 Bytes
Versions: 40
Compression:
Stored size: 411 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/test_helper') require File.expand_path(File.dirname(__FILE__) + '/shared_test') class TestWebMock < Test::Unit::TestCase include SharedTest def teardown # Ensure global Test::Unit teardown was called assert_empty WebMock::RequestRegistry.instance.requested_signatures.hash assert_empty WebMock::StubRegistry.instance.request_stubs end end
Version data entries
40 entries across 40 versions & 4 rubygems