Sha256: 0f0e7f07a6b9023c2a797dd7f0d5844c2699ba952ede40921ffab209c0dd8c8e

Contents?: true

Size: 270 Bytes

Versions: 12

Compression:

Stored size: 270 Bytes

Contents

require 'lib/roxml/extensions/string'

class TestROXML < Test::Unit::TestCase
  def test_to_latin_is_accessible
    assert String.instance_methods.include?('to_latin')
  end

  def test_to_utf_is_accessible
    assert String.instance_methods.include?('to_utf')
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
Empact-roxml-2.2 test/unit/string_test.rb
Empact-roxml-2.3.0 test/unit/string_test.rb
Empact-roxml-2.3.1 test/unit/string_test.rb
Empact-roxml-2.4.0 test/unit/string_test.rb
Empact-roxml-2.4.1 test/unit/string_test.rb
Empact-roxml-2.4.2 test/unit/string_test.rb
Empact-roxml-2.4.3 test/unit/string_test.rb
roxml-2.3.2 test/unit/string_test.rb
roxml-2.4.0 test/unit/string_test.rb
roxml-2.4.3 test/unit/string_test.rb
roxml-2.4.1 test/unit/string_test.rb
roxml-2.4.2 test/unit/string_test.rb