Sha256: 4559ef99fb18257a3503616938ebf449ac8728735d0599a54de1e49536d16488

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

require "test_xml"
require "test_xml/test_unit"

MiniTest::Unit::TestCase.class_eval do
  include TestXml::TestUnit::Assertions
end

# TODO: should we remove test_xml/spec?
MiniTest::Expectations.class_eval do
  TestXml::ASSERTIONS.each do |cfg|
    infect_an_assertion(cfg.assert_name, cfg.expectation)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_xml-0.1.4 lib/test_xml/mini_test.rb