Sha256: 0a21f3bfc3631cad69979d1909bbfa1267e0cbb66360eded8dbc4c768b227285

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

require_relative 'test_helper'

class TestEncoding < Minitest::Test
  def test_default_external
    assert_equal Encoding.find('ISO-8859-1'), Encoding.default_external
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
subshift-0.0.2 test/test_encoding.rb
subshift-0.0.1.pre test/test_encoding.rb