File: test_unit.rb

package info (click to toggle)
ruby-test-xml 0.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ruby: 781; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require "test/unit"
require "test_xml"

class Test::Unit::TestCase
  include TestXml::Assertions
end