From 7139e2a0e1c24788758ccd6131ba86243de84bf6 Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Mon, 6 Feb 2006 05:06:36 +0000 Subject: Fix remote_form_for creates a non-ajax form. Closes #3741. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3545 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/form_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 6cc4b50d67..a922584370 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -304,7 +304,7 @@ class FormHelperTest < Test::Unit::TestCase end expected = - "
" + + %() + "
" + "
" + " " + -- cgit v1.2.3