tomoasleep / jpmobile

A Rails plugin for Japanese mobile-phones
http://jpmobile-rails.org
MIT License
0 stars 0 forks source link

PC で絵文字を変換するときのテストがスルーされてしまう #9

Open tomoasleep opened 9 years ago

tomoasleep commented 9 years ago
      unless FileTest.exist?(File.join(File.expand_path(File.dirname(__FILE__)), '../../../tmp/emoticon.yaml')) and
          FileTest.directory?(File.join(File.expand_path(File.dirname(__FILE__)), '../../../tmp/emoticons'))
        skip "emoticon.yaml and emoticons directory don't exists"
      end
All examples were filtered out; ignoring {:focus=>true}
............................................********............................................................................................

Pending: (Failures listed here are expected and do not affect your suite's status)

  1) 絵文字が PC で絵文字を変換するとき Jpmobile::Emoticon.pc_emoticon? がtrueになること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:71

  2) 絵文字が PC で絵文字を変換するとき docomo 絵文字が画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:75

  3) 絵文字が PC で絵文字を変換するとき docomo 絵文字コードが画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:80

  4) 絵文字が PC で絵文字を変換するとき au 絵文字が画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:85

  5) 絵文字が PC で絵文字を変換するとき au 絵文字コードが画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:90

  6) 絵文字が PC で絵文字を変換するとき softbank 絵文字が画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:95

  7) 絵文字が PC で絵文字を変換するとき softbank 絵文字コードが画像に変換されること
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:100

  8) 絵文字が PC で絵文字を変換するとき Content-Type が変換できないものである場合には変換しないこと
     # emoticon.yaml and emoticons directory don't exists
     # ./spec/rack/jpmobile/emoticon_spec.rb:105

Finished in 0.45847 seconds (files took 0.34376 seconds to load)
144 examples, 0 failures, 8 pending
tomoasleep commented 9 years ago

movable types のemoticon.ymlが利用できなくなっているのでこのspecを動かすのは難しそう