Sha256: 9c91c156913939311edc1d8eca17a2716153a9d1904e82d7e42d89dad4c546d9

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

# encoding: UTF-8

require 'helper'

class TestEightball < Test::Unit::TestCase
  should "return utf-8 when utf-8 is called" do
    assert_equal "ウabcé", "ウabcé".encode("utf-8")
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eightball-0.1.3 test/test_eightball.rb
eightball-0.1.2 test/test_eightball.rb