Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created November 30, 2010 15:04
Show Gist options
  • Save dakatsuka/721796 to your computer and use it in GitHub Desktop.
Save dakatsuka/721796 to your computer and use it in GitHub Desktop.
cucumberで絵文字バグを回避するパッチ
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