diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3ae169883d..5c75ccf203 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -8,7 +8,7 @@
* Improve Text Helper test coverage. #7274 [Rob Sanheim, Josh Peek]
-* Improve Action View test coverage. #7241, #7243, #7244 [Rich Collins]
+* Improve helper test coverage. #7215, #7233, #7234, #7235, #7236, #7237, #7238, #7241, #7243, #7244 [Rich Collins, Josh Peek]
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. #6432 [mhw, Jonathan Vaught, lotswholetime]
diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb
index 8f92840c78..92a0a0a43e 100755
--- a/actionpack/test/template/date_helper_test.rb
+++ b/actionpack/test/template/date_helper_test.rb
@@ -224,6 +224,14 @@ class DateHelperTest < Test::Unit::TestCase
assert_equal expected, select_month(8, :use_month_names => month_names)
end
+ def test_select_month_with_hidden
+ assert_dom_equal "\n", select_month(8, :use_hidden => true)
+ end
+
+ def test_select_month_with_hidden_and_field_name
+ assert_dom_equal "\n", select_month(8, :use_hidden => true, :field_name => 'mois')
+ end
+
def test_select_year
expected = %(