Sha256: abfa51da8571ad8091938122d0c6e6e581715061a6f229d6291516d669edf272
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 Bytes
Contents
# -*- coding: utf-8 -*- require File.expand_path 'test_helper', File.dirname(__FILE__) class TestTCo < MiniTest::Unit::TestCase def setup @client = Tw::Client.new @client.auth end def test_t_co_char_length msg = "blog書いた → http://shokai.org/blog/archives/6513" assert msg.char_length > msg.char_length_with_t_co end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tw-0.3.9 | test/test_t_co.rb |
tw-0.3.8 | test/test_t_co.rb |