Sha256: 2be85299ef18e3f431d32cc88ad20d04369ab90a4fceb2afc0358f5cc39a52d5
Contents?: true
Size: 343 Bytes
Versions: 11
Compression:
Stored size: 343 Bytes
Contents
# encoding: UTF-8 require "helper" class TestEncoding < Test::Unit::TestCase include Helper::Client def test_returns_properly_encoded_strings if defined?(Encoding) with_external_encoding("UTF-8") do r.set "foo", "שלום" assert_equal "Shalom שלום", "Shalom " + r.get("foo") end end end end
Version data entries
11 entries across 11 versions & 3 rubygems