Created
November 30, 2010 15:04
-
-
Save dakatsuka/721796 to your computer and use it in GitHub Desktop.
cucumberで絵文字バグを回避するパッチ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.after_initialize do | |
Jpmobile::Emoticon::CONVERSION_TABLE_TO_AU = Hash[*(Jpmobile::Emoticon::CONVERSION_TABLE_TO_AU.map do |k,v| | |
[k, ""] | |
end | |
).flatten] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment