Sha256: e31b9926697486aff1b46677f5c04ec98a29294b9d474af90dd52260532f7bc4
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
require 'abstract_unit' require 'active_support/xml_mini' class REXMLEngineTest < Test::Unit::TestCase include ActiveSupport def test_default_is_rexml assert_equal XmlMini_REXML, XmlMini.backend end def test_set_rexml_as_backend XmlMini.backend = 'REXML' assert_equal XmlMini_REXML, XmlMini.backend end end
Version data entries
5 entries across 5 versions & 3 rubygems