public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/chrismear/rails.git
Add empty test methods for new error_messages_for options
chrismear (author)
Fri Jul 11 14:46:44 -0700 2008
commit  91cbcefaf6a596706ef66fd4ebecbc240692253c
tree    800d4573aa56e22776f046716661ddb714ab967e
parent  6ebdd0e32b846e99a9885b06fbca2bed58149c7e
...
259
260
261
 
 
 
 
 
 
 
 
 
262
263
264
...
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
0
@@ -259,6 +259,15 @@ class ActiveRecordHelperTest < ActionView::TestCase
0
     assert_equal '', error_messages_for('user', :object => nil)
0
   end
0
   
0
+ def test_error_messages_for_with_custom_order
0
+ end
0
+
0
+ def test_error_messages_for_with_one_message_per_field
0
+ end
0
+
0
+ def test_error_messages_for_with_renames
0
+ end
0
+
0
   def test_form_with_string_multipart
0
     assert_dom_equal(
0
       %(<form action="create" enctype="multipart/form-data" method="post"><p><label for="post_title">Title</label><br /><input id="post_title" name="post[title]" size="30" type="text" value="Hello World" /></p>\n<p><label for="post_body">Body</label><br /><div class="fieldWithErrors"><textarea cols="40" id="post_body" name="post[body]" rows="20">Back to the hill and over it again!</textarea></div></p><input name="commit" type="submit" value="Create" /></form>),

Comments

    No one has commented yet.