Sha256: c630e50d7792bda957f2f45e433d9a056dd7a83ed698677a09bf92c59305e532
Contents?: true
Size: 291 Bytes
Versions: 6
Compression:
Stored size: 291 Bytes
Contents
require_relative "helper" class TestEncoding < Test::Unit::TestCase include Helper::Client def test_returns_properly_encoded_strings with_external_encoding("UTF-8") do r.set "foo", "שלום" assert_equal "Shalom שלום", "Shalom " + r.get("foo") end end end
Version data entries
6 entries across 6 versions & 1 rubygems