Sha256: 20e452f502e8328c1ad323d2007df8a1f5c9e35bcf9a9bb65bdd60c6e43ab5c9
Contents?: true
Size: 456 Bytes
Versions: 147
Compression:
Stored size: 456 Bytes
Contents
require 'test/unit' require 'webmock' module Test module Unit class TestCase include WebMock::API alias_method :teardown_without_webmock, :teardown def teardown_with_webmock teardown_without_webmock WebMock.reset! end alias_method :teardown, :teardown_with_webmock end end end WebMock::AssertionFailure.error_class = Test::Unit::AssertionFailedError rescue MiniTest::Assertion # ruby1.9 compat
Version data entries
147 entries across 145 versions & 12 rubygems