Sha256: 34cb14156377c68d932ee0421431471c2d62fe1160d51d5c89d7cf34c06b4e51

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

require "minitest/autorun"
require "minitest/reporters"

Minitest::Reporters.use! Minitest::Reporters::DefaultReporter.new(color: true)

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "net/dns"

module Minitest::Assertions
  def assert_nothing_raised(*)
    yield
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
gitlab-net-dns-0.10.0 test/test_helper.rb
gitlab-net-dns-0.9.2 test/test_helper.rb
gitlab-net-dns-0.9.1 test/test_helper.rb
net-dns-0.9.0 test/test_helper.rb