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  c2441079c3dfeff3236815b3cf8446707361875c
tree    4602a3cef30b13d4d05cd3c9e8b3c340160f3a86
parent  0176e6adb388998414083e99523de318d3b8ca49
...
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.