File: test_webmock.rb

package info (click to toggle)
ruby-webmock 3.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,152 kB
  • sloc: ruby: 12,425; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
require File.expand_path(File.dirname(__FILE__) + '/test_helper')
require File.expand_path(File.dirname(__FILE__) + '/../test/shared_test')

test_class = defined?(MiniTest::Test) ? MiniTest::Test : MiniTest::Unit::TestCase


class MiniTestWebMock < test_class
  include SharedTest
end