aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-11 18:37:06 -0700
committerwycats <wycats@gmail.com>2010-08-11 18:37:57 -0700
commitc6160898c83107ba63017ad2a8b3878733267136 (patch)
tree3fe97de365da772cc76fa7a098b745f58d0fe4d5 /actionpack/test/template/form_helper_test.rb
parent007c4da9ae3d5ad03a9eefd4dfccf9ca447715f1 (diff)
downloadrails-c6160898c83107ba63017ad2a8b3878733267136.tar.gz
rails-c6160898c83107ba63017ad2a8b3878733267136.tar.bz2
rails-c6160898c83107ba63017ad2a8b3878733267136.zip
Replace snowman with utf8=✓
Diffstat (limited to 'actionpack/test/template/form_helper_test.rb')
-rw-r--r--actionpack/test/template/form_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb
index be66710ae5..71a5ae0245 100644
--- a/actionpack/test/template/form_helper_test.rb
+++ b/actionpack/test/template/form_helper_test.rb
@@ -1513,7 +1513,7 @@ class FormHelperTest < ActionView::TestCase
def snowman(method = nil)
txt = %{<div style="margin:0;padding:0;display:inline">}
- txt << %{<input name="_e" type="hidden" value="&#9731;" />}
+ txt << %{<input name="utf8" type="hidden" value="&#x2713;" />}
txt << %{<input name="_method" type="hidden" value="#{method}" />} if method
txt << %{</div>}
end